diff options
Diffstat (limited to 'ansible/all.yml')
-rw-r--r-- | ansible/all.yml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ansible/all.yml b/ansible/all.yml index 0a493b6..3103f3b 100644 --- a/ansible/all.yml +++ b/ansible/all.yml @@ -1,11 +1,28 @@ - hosts: + - all + roles: + - lusers + - superusers + - packages + - trygvis-base + +- hosts: - knot roles: - postfix - hosts: - - all + - all !knot + roles: + - postfix-satellite + +- hosts: - desktops - sbcs roles: - linode-dns-update + +- hosts: + - lxc-hosts + roles: + - lxc-host |