ansible/common.yaml

29 lines
407 B
YAML

---
- hosts: all
roles:
- common
- hosts: mail.0rpheus.net:odroid.lan.0rpheus.net
gather_facts: false
tasks:
- name: install docker related packages
apt:
name:
- python-docker
- hosts: mail.0rpheus.net
gather_facts: false
roles:
- haproxy
- bitwarden
- nextcloud
# - hosts: dnsmasq.lan.0rpheus.net
# gather_facts: false
# roles:
# - dnsmasq