Files
common/main.yml
T
2026-09-02 13:29:39 +00:00

12 lines
286 B
YAML

---
# Common playbook. Imported by the node-specific playbook in the local repo;
# can also be run on its own for testing.
- name: Common node configuration
hosts: all
become: true
vars_files:
- group_vars/all.yml
roles:
- role: base_packages
- role: example_config