Add dokuwiki VM
This commit is contained in:
parent
bc37ea1cfa
commit
d3842f6b87
5 changed files with 103 additions and 0 deletions
5
inventories/z9/host_vars/wiki.yml
Normal file
5
inventories/z9/host_vars/wiki.yml
Normal 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') }}"
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue