blob: ca614a1baf1b11bc256ce51767fc9f33fa9ebe3e [file] [log] [blame]
---
# Ansible playbook to configure a router
- name: Configure a router
hosts: router
become: true
roles:
# - netprep
- nsd
- unbound
- dhcpd
# - nginx
# - onieboot
# - users