DNS playbook
This commit is contained in:
parent
d5a7ce8bb4
commit
681c79b2f5
1 changed files with 13 additions and 0 deletions
13
dns.yml
Normal file
13
dns.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
# Deploy DNS
|
||||||
|
- hosts: serge.adm.auro.re
|
||||||
|
vars:
|
||||||
|
service_repo: https://gitlab.crans.org/nounous/re2o-dns.git
|
||||||
|
service_name: dns
|
||||||
|
service_version: crans
|
||||||
|
service_config:
|
||||||
|
hostname: re2o-server.adm.auro.re
|
||||||
|
username: service-user
|
||||||
|
password: "{{ vault_serviceuser_passwd }}"
|
||||||
|
roles:
|
||||||
|
- re2o-service
|
Loading…
Reference in a new issue