Merge branch 'master' of https://gitea.auro.re/Aurore/ansible
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
pz2891 2021-01-07 14:56:27 +01:00
commit 5ea3219b55
4 changed files with 8 additions and 3 deletions

View file

@ -5,4 +5,7 @@ rules:
line-length: line-length:
max: 120 max: 120
level: warning level: warning
document-start:
ignore: |
/groups_var/all/vault.yml
... ...

View file

@ -1,6 +1,6 @@
--- ---
apartment_block: rives apartment_block: rives
apartment_block_id: 3 apartment_block_id: 3
router_ip_suffix: 254 router_ip_suffix: 254

View file

@ -2,7 +2,6 @@
certbot: certbot:
domains: domains:
- auro.re - auro.re
- cas.auro.re
- codimd.auro.re - codimd.auro.re
- grafana.auro.re - grafana.auro.re
- pad.auro.re - pad.auro.re
@ -14,6 +13,7 @@ certbot:
- status.auro.re - status.auro.re
- wiki.auro.re - wiki.auro.re
- www.auro.re - www.auro.re
- zero.auro.re
mail: tech.aurore@lists.crans.org mail: tech.aurore@lists.crans.org
certname: auro.re certname: auro.re
@ -56,6 +56,8 @@ nginx:
to: "10.128.0.150:8082" to: "10.128.0.150:8082"
- from: privatebin.auro.re - from: privatebin.auro.re
to: "10.128.0.150:8083" to: "10.128.0.150:8083"
- from: zero.auro.re
to: "10.128.0.150:8083"
- from: pad.auro.re - from: pad.auro.re
to: "10.128.0.150:8084" to: "10.128.0.150:8084"
- from: cas.auro.re - from: cas.auro.re

View file

@ -17,7 +17,7 @@
state: directory state: directory
owner: re2o-services owner: re2o-services
group: nogroup group: nogroup
recurse: yes recurse: true
- name: Install isc-dhcp-server - name: Install isc-dhcp-server
apt: apt: