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