From 8c2dccad6652a535a6c549a2c4133afd9eb251ed Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 13 Feb 2023 20:05:25 -0500 Subject: add docs --- roles/gathio/vars/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/gathio/vars') diff --git a/roles/gathio/vars/main.yml b/roles/gathio/vars/main.yml index 59854fd..5d2f6d6 100644 --- a/roles/gathio/vars/main.yml +++ b/roles/gathio/vars/main.yml @@ -10,6 +10,8 @@ gathio_git_repo: https://github.com/lowercasename/gathio gathio_home: /var/lib/gathio gathio_install_dir: '{{ gathio_home }}/gathio' +gathio_user: gathio + gathio_apache_config: | {{ apache_proxy_config }} ProxyPass / http://127.0.0.1:{{ gathio_port }}/ -- cgit