Add fleming network infra
This commit is contained in:
parent
2be40222fc
commit
281a2dcadf
3 changed files with 10 additions and 2 deletions
5
hosts
5
hosts
|
@ -37,6 +37,11 @@ freya.adm.auro.re
|
|||
[fleming_vm]
|
||||
ldap-replica-fleming1.adm.auro.re
|
||||
#ldap-replica-fleming2.adm.auro.re
|
||||
dhcp-fleming.adm.auro.re
|
||||
dns-fleming.adm.auro.re
|
||||
prometheus-fleming.adm.auro.re
|
||||
radius-fleming.adm.auro.re
|
||||
unifi-fleming.adm.auro.re
|
||||
|
||||
[pacaterie_pve]
|
||||
mordred.adm.auro.re
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Deploy DHCP
|
||||
- hosts: dhcp-pacaterie.adm.auro.re
|
||||
- hosts: dhcp-fleming.adm.auro.re,dhcp-pacaterie.adm.auro.re
|
||||
vars:
|
||||
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||
service_name: dhcp
|
||||
|
@ -29,7 +29,7 @@
|
|||
- re2o-service
|
||||
|
||||
# Deploy Unifi Controller
|
||||
- hosts: unifi-pacaterie.adm.auro.re
|
||||
- hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re
|
||||
roles:
|
||||
- unifi-controller
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
vars:
|
||||
vm_definitions:
|
||||
|
||||
# Réseau Pacaterie
|
||||
- name: ldap-replica-pacaterie
|
||||
virtu: mordred
|
||||
cores: 2 # 2 mimimum, 10 maximum
|
||||
|
@ -42,6 +44,7 @@
|
|||
disksize: 16 # G
|
||||
installiso: debian-9.9.0-amd64-netinst.iso
|
||||
|
||||
# Réseau Fleming
|
||||
- name: ldap-replica-fleming1
|
||||
virtu: freya
|
||||
cores: 2 # 2 mimimum, 10 maximum
|
||||
|
|
Loading…
Reference in a new issue