initial implementation: common config repo

This commit is contained in:
2026-08-05 08:46:14 -07:00
parent 811086b177
commit 8c585fb355
8 changed files with 60 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
# 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