network playbook
This commit is contained in:
parent
4a3851acc8
commit
e86cb23660
1 changed files with 34 additions and 0 deletions
34
network.yml
Normal file
34
network.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
# Deploy DHCP
|
||||||
|
- hosts: dhcp-pacaterie.adm.auro.re
|
||||||
|
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 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
|
||||||
|
|
||||||
|
# Deploy Unifi Controller
|
||||||
|
- hosts: unifi-pacaterie.adm.auro.re
|
||||||
|
roles:
|
||||||
|
- unifi-controller
|
Loading…
Reference in a new issue