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:
max: 120
level: warning
document-start:
ignore: |
/groups_var/all/vault.yml
...

View file

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

View file

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