added aurore's hosts
This commit is contained in:
parent
203815c429
commit
d9f2d06c44
4 changed files with 191 additions and 24 deletions
32
network.yml
32
network.yml
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Deploy DHCP
|
||||
- hosts: dhcp-fleming.adm.auro.re,dhcp-pacaterie.adm.auro.re,dhcp-gs.adm.auro.re
|
||||
- hosts: dhcp
|
||||
vars:
|
||||
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||
service_name: dhcp
|
||||
|
@ -16,7 +16,7 @@
|
|||
- isc-dhcp-server
|
||||
|
||||
# Deploy DNS
|
||||
- hosts: serge.adm.auro.re
|
||||
- hosts: dns
|
||||
vars:
|
||||
service_repo: https://gitlab.crans.org/nounous/re2o-dns.git
|
||||
service_name: dns
|
||||
|
@ -29,19 +29,19 @@
|
|||
- re2o-service
|
||||
|
||||
# Deploy Unifi Controller
|
||||
- hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re
|
||||
roles:
|
||||
- unifi-controller
|
||||
#- hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re
|
||||
# roles:
|
||||
# - unifi-controller
|
||||
|
||||
# Deploy Re2o switch service
|
||||
- hosts: switchs-manager.adm.auro.re
|
||||
vars:
|
||||
service_repo: https://gitlab.federez.net/re2o/switchs.git
|
||||
service_name: switchs
|
||||
service_version: master
|
||||
service_config:
|
||||
hostname: re2o-server.adm.auro.re
|
||||
username: service-user
|
||||
password: "{{ vault_serviceuser_passwd }}"
|
||||
roles:
|
||||
- re2o-service
|
||||
#- hosts: switchs-manager.adm.auro.re
|
||||
# vars:
|
||||
# service_repo: https://gitlab.federez.net/re2o/switchs.git
|
||||
# service_name: switchs
|
||||
# service_version: master
|
||||
# service_config:
|
||||
# hostname: re2o-server.adm.auro.re
|
||||
# username: service-user
|
||||
# password: "{{ vault_serviceuser_passwd }}"
|
||||
# roles:
|
||||
# - re2o-service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue