New role for Debian-specific configuration.
[distorted-ansible] / all.yml
CommitLineData
f60b613f
MW
1### -*-yaml-*-
2###
3### Top-level playbook for making everything happen.
4
3f6c5992
MW
5---
6
f60b613f 7## Apply general configuration.
3f6c5992
MW
8- hosts: all
9 gather_facts: no
10 roles:
11 - common
ea9ce43e
MW
12
13## Operating-system-specific configuration.
14- hosts: debian-hosts
15 gather_facts: no
16 roles:
17 - debian