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
|
||||
- hosts: dhcp
|
||||
vars:
|
||||
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||
service_name: dhcp
|
||||
service_version: master
|
||||
service_config:
|
||||
hostname: re2o-server.adm.auro.re
|
||||
username: service-user
|
||||
password: "{{ vault_serviceuser_passwd }}"
|
||||
dhcp:
|
||||
authoritative: true
|
||||
roles:
|
||||
- re2o-service
|
||||
- isc-dhcp-server
|
||||
'''
|
||||
## Deploy DHCP
|
||||
#- hosts: dhcp
|
||||
# vars:
|
||||
# service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||
# service_name: dhcp
|
||||
# service_version: master
|
||||
# service_config:
|
||||
# hostname: re2o-server.adm.auro.re
|
||||
# username: service-user
|
||||
# password: "{{ vault_serviceuser_passwd }}"
|
||||
# dhcp:
|
||||
# authoritative: true
|
||||
# roles:
|
||||
# - re2o-service
|
||||
# - isc-dhcp-server
|
||||
|
||||
# Set up DHCP servers.
|
||||
- hosts: dhcp
|
||||
|
|
Loading…
Reference in a new issue