Update network.yml

This commit is contained in:
F/Poutre 2020-04-06 16:31:32 +02:00
parent fc21a5fa3d
commit 7ed34f79bd

View file

@ -1,4 +1,5 @@
---
'''
# Deploy DHCP
- hosts: dhcp
vars:
@ -14,6 +15,12 @@
roles:
- re2o-service
- isc-dhcp-server
'''
# Set up DHCP servers.
- hosts: dhcp
roles:
- isc-dhcp-server
# Deploy DNS
- hosts: dns