mirror of
https://gitlab.com/signalytic/platform-v2/experiments/node-config/common.git
synced 2026-09-11 09:41:28 +00:00
initial implementation: common config repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user