forked from Netz39_Admin/netz39-infra-ansible
Add dehydrated configuration for tau
This commit is contained in:
parent
1cc6ffd8ea
commit
defa17c848
1 changed files with 13 additions and 0 deletions
13
tau.yml
13
tau.yml
|
@ -19,6 +19,19 @@
|
|||
gateway: 192.168.0.1
|
||||
state: present
|
||||
|
||||
- name: Setup Dehydrated
|
||||
include_role:
|
||||
name: ansible-role-dehydrated
|
||||
vars:
|
||||
dehydrated_contact_email: "{{ server_admin }}"
|
||||
dehydrated_domains:
|
||||
- name: "reservierung.netz39.de"
|
||||
deploy_challenge_hook: "/bin/systemctl restart apache2"
|
||||
- name: "testredmine.netz39.de"
|
||||
deploy_challenge_hook: "/bin/systemctl restart apache2"
|
||||
- name: "mysql.adm.netz39.de"
|
||||
deploy_challenge_hook: "/bin/systemctl restart apache2"
|
||||
|
||||
- name: Setup forward site reservierung.netz39.de
|
||||
include_role:
|
||||
name: setup-http-site-forward
|
||||
|
|
Loading…
Reference in a new issue