run corresponding re2o-service on DHCP servers
This commit is contained in:
parent
01439c2388
commit
89a0dc57ab
1 changed files with 9 additions and 0 deletions
|
@ -17,7 +17,16 @@
|
|||
|
||||
# Set up DHCP servers.
|
||||
- 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 }}"
|
||||
roles:
|
||||
- re2o-service
|
||||
- isc-dhcp-server
|
||||
|
||||
# Deploy DNS
|
||||
|
|
Loading…
Reference in a new issue