Wiki: Fix oauth, create role from playbook
This commit is contained in:
parent
73db1dd077
commit
804becdd31
9 changed files with 115 additions and 46 deletions
|
@ -57,6 +57,11 @@
|
|||
roles:
|
||||
- zigbee2mqtt
|
||||
|
||||
- name: Ensure Dokuwiki config
|
||||
hosts: wiki
|
||||
roles:
|
||||
- dokuwiki
|
||||
|
||||
- name: Ensure certificate deployment on cert_hosts
|
||||
hosts: cert_hosts
|
||||
roles:
|
||||
|
@ -81,6 +86,3 @@
|
|||
hosts: nginx_hosts:!public_reverse_proxy_hosts
|
||||
roles:
|
||||
- nginx
|
||||
|
||||
- name: dokuwiki_specific_tasks
|
||||
ansible.builtin.import_playbook: dokuwiki_specific_tasks.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue