blob: 597b5e495d313d86130fe63627cef6c8537b83ea [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:
7 - netprep
8 - nsd
9 - unbound
10 - dhcpd
11 - nginx
12 - onieboot