10 lines
233 B
YAML
Executable file
10 lines
233 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# Deploy unbound DNS server (recursive).
|
|
- hosts: dns-*.adm.auro.re,!dns-aurore*.adm.auro.re
|
|
vars:
|
|
update_motd:
|
|
unbound: Unbound est déployé.
|
|
roles:
|
|
- unbound
|
|
- update_motd
|