dhcp: fix silly mix-ups
This commit is contained in:
parent
6b369d5b28
commit
2a0a2e2ac6
5 changed files with 18 additions and 15 deletions
6
base.yml
6
base.yml
|
@ -10,6 +10,12 @@
|
|||
roles:
|
||||
- ldap-client
|
||||
|
||||
|
||||
# Set up DHCP servers.
|
||||
- hosts: dhcp
|
||||
roles:
|
||||
- isc-dhcp-server
|
||||
|
||||
# Clone LDAP on local geographic location
|
||||
# DON'T DO THIS AS IT RECREATES THE REPLICA
|
||||
#- hosts: ldap-replica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue