### -*-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