Merge branch 'master' of https://gitea.auro.re/Aurore/ansible
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
5ea3219b55
4 changed files with 8 additions and 3 deletions
|
@ -5,4 +5,7 @@ rules:
|
|||
line-length:
|
||||
max: 120
|
||||
level: warning
|
||||
document-start:
|
||||
ignore: |
|
||||
/groups_var/all/vault.yml
|
||||
...
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apartment_block: rives
|
||||
apartment_block_id: 3
|
||||
apartment_block_id: 3
|
||||
|
||||
router_ip_suffix: 254
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
state: directory
|
||||
owner: re2o-services
|
||||
group: nogroup
|
||||
recurse: yes
|
||||
recurse: true
|
||||
|
||||
- name: Install isc-dhcp-server
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue