exim-config: Advance to new upstream version.
[distorted-ansible] / all.yml
1 ### -*-yaml-*-
2 ###
3 ### Top-level playbook for making everything happen.
4
5 ---
6
7 ## Useful initial variables.
8 - hosts: all
9 gather_facts: no
10 tasks:
11 - tags: [base]
12 include_vars: vars/defs.yml
13
14 ## Apply general configuration.
15 - hosts: all
16 gather_facts: no
17 roles:
18 - common
19
20 ## Operating-system-specific configuration.
21 - hosts: debian-hosts
22 gather_facts: no
23 roles:
24 - debian