routeur de la pacaterie en ...254 au lieu de ...240 pour keepalived
This commit is contained in:
parent
a4d0f051b6
commit
3f26e7d4b4
3 changed files with 10 additions and 10 deletions
|
@ -7,4 +7,4 @@ subnet_ids:
|
||||||
users_wired: 20
|
users_wired: 20
|
||||||
users_wifi: 21
|
users_wifi: 21
|
||||||
|
|
||||||
router_ip_suffix: 240
|
router_ip_suffix: 254
|
||||||
|
|
4
hosts
4
hosts
|
@ -193,8 +193,8 @@ gs_pve
|
||||||
[dhcp]
|
[dhcp]
|
||||||
dhcp-fleming.adm.auro.re
|
dhcp-fleming.adm.auro.re
|
||||||
dhcp-fleming-backup.adm.auro.re
|
dhcp-fleming-backup.adm.auro.re
|
||||||
#dhcp-pacaterie.adm.auro.re
|
dhcp-pacaterie.adm.auro.re
|
||||||
#dhcp-pacaterie-backup.adm.auro.re
|
dhcp-pacaterie-backup.adm.auro.re
|
||||||
dhcp-edc.adm.auro.re
|
dhcp-edc.adm.auro.re
|
||||||
dhcp-edc-backup.adm.auro.re
|
dhcp-edc-backup.adm.auro.re
|
||||||
#dhcp-gs.adm.auro.re
|
#dhcp-gs.adm.auro.re
|
||||||
|
|
14
network.yml
14
network.yml
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Set up DHCP servers.
|
# Set up DHCP servers.
|
||||||
- hosts: dhcp
|
- hosts: dhcp-pacaterie*.adm.auro.re
|
||||||
vars:
|
vars:
|
||||||
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
service_repo: https://gitlab.federez.net/re2o/dhcp.git
|
||||||
service_name: dhcp
|
service_name: dhcp
|
||||||
|
@ -16,15 +16,15 @@
|
||||||
|
|
||||||
|
|
||||||
# Deploy unbound DNS server (recursive).
|
# Deploy unbound DNS server (recursive).
|
||||||
- hosts: recursive_dns
|
#- hosts: recursive_dns
|
||||||
roles:
|
# roles:
|
||||||
- unbound
|
# - unbound
|
||||||
|
|
||||||
|
|
||||||
# Déploiement du service re2o aurore-firewall et keepalived
|
# Déploiement du service re2o aurore-firewall et keepalived
|
||||||
- hosts: routeur-edc*.adm.auro.re
|
#- hosts: routeur-pacaterie.adm.auro.re
|
||||||
roles:
|
# roles:
|
||||||
- router
|
# - router
|
||||||
|
|
||||||
|
|
||||||
# WIP: Deploy authoritative DNS servers
|
# WIP: Deploy authoritative DNS servers
|
||||||
|
|
Loading…
Reference in a new issue