blob: aabcf7322f1a2f992ed57b4c52eef4e66af0558f [file] [log] [blame]
Hyunsun Moon95e8f802021-12-03 16:22:54 -08001---
2# Ansible playbook to configure an aether management nodes offiline
3
4- name: Configure an aether management node
5 hosts: aethermgmt
6 become: true
7 roles:
8 - netprep
9 - nsd
10 - unbound
11 - chrony
12 - dhcpd
13 - nginx
14 - onieboot
15 - users
16 - docker