Add dokuwiki VM

This commit is contained in:
Jannik Beyerstedt 2023-04-16 00:05:33 +02:00
commit d3842f6b87
5 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,5 @@
nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
- name: wiki.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/wiki.ccchh.net.conf') }}"

View file

@ -18,3 +18,6 @@ all:
public-reverse-proxy:
ansible_host: public-reverse-proxy.z9.ccchh.net
ansible_user: chaos
wiki:
ansible_host: wiki.z9.ccchh.net
ansible_user: chaos