17 lines
438 B
YAML
Executable file
17 lines
438 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: all
|
|
roles: []
|
|
|
|
# WIP: Deploy authoritative DNS servers
|
|
# - hosts: authoritative_dns
|
|
# 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
|