mirror of
https://gitlab.com/signalytic/platform-v2/experiments/node-config/common.git
synced 2026-09-11 17:51:30 +00:00
8 lines
145 B
YAML
8 lines
145 B
YAML
---
|
|
# Common node configuration, run via ansible-pull.
|
|
- name: Common Node Configuration
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- role: common
|