blob: ca614a1baf1b11bc256ce51767fc9f33fa9ebe3e [file] [log] [blame]
Zack Williams2aeb3ef2021-06-11 17:10:36 -07001---
2# Ansible playbook to configure a router
3
4- name: Configure a router
5 hosts: router
6 become: true
7 roles:
8# - netprep
9 - nsd
10 - unbound
11 - dhcpd
12# - nginx
13# - onieboot
14# - users
15