Revert "Merge branch 'ft-ansible-common' into 'develop'"

This reverts merge request !2
This commit is contained in:
2026-09-02 13:29:39 +00:00
parent 00ee6f1f44
commit c51ab08aa4
23 changed files with 56 additions and 178 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
---
# Common node configuration, run via ansible-pull.
- name: Common Node Configuration
# 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: common
- role: base_packages
- role: example_config