network playbook

pull/1/head
Alexandre Iooss 5 years ago
parent 4a3851acc8
commit e86cb23660
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

@ -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…
Cancel
Save