Update network.yml
This commit is contained in:
parent
fc21a5fa3d
commit
7ed34f79bd
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue