Add fleming conf
This commit is contained in:
parent
044e8af3aa
commit
2be40222fc
4 changed files with 70 additions and 20 deletions
13
network.yml
13
network.yml
|
@ -32,3 +32,16 @@
|
|||
- hosts: 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue