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
|
# Deploy DHCP
|
||||||
- hosts: dhcp
|
- hosts: dhcp
|
||||||
vars:
|
vars:
|
||||||
|
@ -14,6 +15,12 @@
|
||||||
roles:
|
roles:
|
||||||
- re2o-service
|
- re2o-service
|
||||||
- isc-dhcp-server
|
- isc-dhcp-server
|
||||||
|
'''
|
||||||
|
|
||||||
|
# Set up DHCP servers.
|
||||||
|
- hosts: dhcp
|
||||||
|
roles:
|
||||||
|
- isc-dhcp-server
|
||||||
|
|
||||||
# Deploy DNS
|
# Deploy DNS
|
||||||
- hosts: dns
|
- hosts: dns
|
||||||
|
|
Loading…
Reference in a new issue