ansible/network.yml

66 lines
1.5 KiB
YAML
Raw Normal View History

2020-05-03 18:45:07 +02:00
#!/usr/bin/env ansible-playbook
2019-07-22 19:17:54 +02:00
---
2020-04-06 16:31:32 +02:00
# Set up DHCP servers.
2020-09-11 15:05:57 +02:00
- hosts: dhcp-*.adm.auro.re
2020-04-06 16:31:32 +02:00
roles:
2020-11-04 19:36:40 +01:00
- isc_dhcp_server
2019-07-22 19:17:54 +02:00
2020-04-13 16:35:09 +02:00
# Deploy unbound DNS server (recursive).
- hosts: dns-*.adm.auro.re,!dns-aurore*.adm.auro.re
roles:
- unbound
2020-04-13 16:35:09 +02:00
2020-05-08 15:54:54 +02:00
# Déploiement du service re2o aurore-firewall et keepalived
2020-08-01 14:22:30 +02:00
# radvd: IPv6 SLAAC (/64 subnets, private IPs).
# Must NOT be on routeur-aurore-*, or will with DHCPv6!
- hosts: ~routeur-(pacaterie|edc|fleming|gs).*\.adm\.auro\.re
roles:
- router
2020-08-01 12:56:23 +02:00
- radvd
# No radvd here
- hosts: ~routeur-aurore.*\.adm\.auro\.re
roles:
- router
2020-11-04 19:36:40 +01:00
- ipv6_edge_router
2020-04-13 16:35:09 +02:00
2020-05-16 21:43:23 +02:00
# Radius (backup only for now)
- hosts: radius-*.adm.auro.re
2020-05-16 21:43:23 +02:00
roles:
- radius
2020-04-13 16:35:09 +02:00
# WIP: Deploy authoritative DNS servers
# - hosts: authoritative_dns
# 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
2019-07-22 19:17:54 +02:00
# Deploy Unifi Controller
2020-02-15 21:33:57 +01:00
#- hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re
# roles:
# - unifi-controller
2019-07-26 22:47:10 +02:00
# Deploy Re2o switch service
2020-02-15 21:33:57 +01:00
#- 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