40 lines
790 B
YAML
40 lines
790 B
YAML
---
|
|
# Deploy tunnel
|
|
- hosts: boeing.adm.crans.org,sputnik.adm.crans.org
|
|
vars:
|
|
# Debian mirror on adm
|
|
debian_mirror: http://mirror.adm.crans.org/debian
|
|
|
|
# Indicate service in motd
|
|
motd_role:
|
|
name: wireguard
|
|
path: /etc/wireguard/
|
|
roles:
|
|
- wireguard
|
|
- motd-role
|
|
|
|
# Deploy recursive DNS cache server
|
|
- hosts: odlyd.adm.crans.org
|
|
roles:
|
|
- bind-recursive
|
|
|
|
# Deplay authoritative DNS server
|
|
- hosts: sputnik.adm.crans.org
|
|
roles:
|
|
- bind-authoritative
|
|
|
|
# Deploy firewall
|
|
- hosts: gulp.adm.crans.org
|
|
roles: [] # TODO
|
|
|
|
# Deploy Unifi Controller
|
|
- hosts: unifi.adm.crans.org
|
|
vars:
|
|
# Indicate service in motd
|
|
motd_role:
|
|
name: unifi-controller
|
|
verbose_name: Le contrôleur Unifi
|
|
roles:
|
|
- unifi-controller
|
|
- motd-role
|