Common Node ansible playbook files, inclusive with required system

packages
This commit is contained in:
2026-09-01 13:22:19 +03:00
parent 8c585fb355
commit 0be9a30118
23 changed files with 170 additions and 53 deletions
+3 -4
View File
@@ -1,11 +1,10 @@
---
# 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
# Common
- name: Common Node Configuration
hosts: all
become: true
vars_files:
- group_vars/all.yml
- group_vars/vars.yml
roles:
- role: base_packages
- role: example_config