Wiki: Fix oauth, create role from playbook

This commit is contained in:
jtbx 2023-05-11 20:19:14 +02:00
commit 804becdd31
9 changed files with 115 additions and 46 deletions

View file

@ -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