X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/3f6c599278bae19250f1551830d96d103c1ff38d..28ae1f56a2fd2cb28d3481006c586ae557854ee2:/all.yml diff --git a/all.yml b/all.yml index f1cff28..75a73e9 100644 --- a/all.yml +++ b/all.yml @@ -1,6 +1,24 @@ +### -*-yaml-*- +### +### Top-level playbook for making everything happen. + --- +## Useful initial variables. +- hosts: all + gather_facts: no + tasks: + - tags: [base] + include_vars: vars/defs.yml + +## Apply general configuration. - hosts: all gather_facts: no roles: - common + +## Operating-system-specific configuration. +- hosts: debian-hosts + gather_facts: no + roles: + - debian