blob: 305b0e36970c0d02df0499502d4c2ae100d89623 [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
4 hosts: mgmt
5 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