ansible/dhcp.yml
2019-05-04 11:46:54 +02:00

16 lines
349 B
YAML

---
# Deploy DHCP
- hosts: dhcp-pacaterie.adm.auro.re
vars:
service_repo: https://gitlab.federez.net/re2o/dhcp.git
service_name: dhcp
service_config:
hostname: re2o-server.adm.auro.re
username: service-user
password: V28GJvhhY2OSE
dhcp:
authoritative: true
roles:
- re2o-service
- isc-dhcp-server