fix network.yml syntax
This commit is contained in:
parent
7ed34f79bd
commit
01439c2388
1 changed files with 15 additions and 17 deletions
32
network.yml
32
network.yml
|
@ -1,21 +1,19 @@
|
||||||
---
|
---
|
||||||
'''
|
## Deploy DHCP
|
||||||
# Deploy DHCP
|
#- hosts: dhcp
|
||||||
- hosts: dhcp
|
# vars:
|
||||||
vars:
|
# service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||||
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
# service_name: dhcp
|
||||||
service_name: dhcp
|
# service_version: master
|
||||||
service_version: master
|
# service_config:
|
||||||
service_config:
|
# hostname: re2o-server.adm.auro.re
|
||||||
hostname: re2o-server.adm.auro.re
|
# username: service-user
|
||||||
username: service-user
|
# password: "{{ vault_serviceuser_passwd }}"
|
||||||
password: "{{ vault_serviceuser_passwd }}"
|
# dhcp:
|
||||||
dhcp:
|
# authoritative: true
|
||||||
authoritative: true
|
# roles:
|
||||||
roles:
|
# - re2o-service
|
||||||
- re2o-service
|
# - isc-dhcp-server
|
||||||
- isc-dhcp-server
|
|
||||||
'''
|
|
||||||
|
|
||||||
# Set up DHCP servers.
|
# Set up DHCP servers.
|
||||||
- hosts: dhcp
|
- hosts: dhcp
|
||||||
|
|
Loading…
Reference in a new issue