dokuwiki: use common nginx role

Also get version from NetBox.
This commit is contained in:
Timotej Lazar 2024-05-28 13:23:40 +02:00
parent 3b246447cf
commit cd8f20852e
5 changed files with 4 additions and 63 deletions

View file

@ -1,7 +1,7 @@
- hosts: '*'
gather_facts: false
roles:
- facts
gather_facts: false
- hosts: ceph-*
roles:
@ -18,6 +18,7 @@
- hosts: doku
roles:
- alpine
- nginx
- dokuwiki
- hosts: netbox