blob: 39be1c45ce4313b1cc5d2910dc7cdc5692547f9d [file] [log] [blame]
Zack Williamscaf05662020-10-09 19:52:40 -07001# Ansible playbook to configure an aether management nodes
2
3- name: Configure an aether management node
Zack Williamsbbf41342020-12-01 00:23:59 -07004 hosts: aethermgmt
Zack Williamscaf05662020-10-09 19:52:40 -07005 become: true
6 roles:
Zack Williamsaaf87df2020-11-25 18:55:01 -07007 - netprep
8 - nsd
9 - unbound
10 - dhcpd
11 - nginx
12 - onieboot
13 - users