X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/f60b613f2c20489130f05076e1d678af4bf4284c..HEAD:/all.yml diff --git a/all.yml b/all.yml index c1af708..75a73e9 100644 --- a/all.yml +++ b/all.yml @@ -4,8 +4,21 @@ --- +## 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