ansible/dhcp.yml

12 lines
230 B
YAML
Raw Normal View History

2019-05-03 22:42:55 +02:00
---
# Deploy DHCP
- hosts: dhcp-pacaterie.adm.auro.re
vars:
service_repo: https://gitlab.federez.net/re2o/dhcp.git
service_name: dhcp
2019-05-04 10:54:51 +02:00
dhcp:
authoritative: true
2019-05-03 22:42:55 +02:00
roles:
- re2o-service
2019-05-04 10:54:51 +02:00
- isc-dhcp-server