fix network.yml syntax

This commit is contained in:
Yohaï-Eliel BERREBY 2020-04-06 16:37:10 +02:00
parent 7ed34f79bd
commit 01439c2388

View file

@ -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