gather most of the playbooks in one and just use tags
[ansible.git] / site.yml
1 - hosts: all
2   roles:
3   - base
4   tags: base
5
6 - import_playbook: upgrade.yml
7
8 - hosts: letsencrypt
9   roles:
10   - letsencrypt
11   tags: letsencrypt
12
13 - import_playbook: email.yml
14
15 - hosts: bind
16   roles:
17   - bind
18   tags: bind
19
20 - hosts: prosody
21   roles:
22   - prosody
23   tags: prosody
24
25 - hosts: apache
26   roles:
27   - apache
28   tags: apache