9 lines
184 B
YAML
Executable file
9 lines
184 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: dhcp-*.adm.auro.re
|
|
vars:
|
|
update_motd:
|
|
unbound: isc-dhcp-server est déployé.
|
|
roles:
|
|
- isc_dhcp_server
|
|
- update_motd
|