aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gathio/vars
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-08 20:07:48 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-08 20:07:48 -0500
commit2644e7cf92c71d7d77ed0ce4788a498f7799fecb (patch)
tree1b43b2f3aa0afb2ddc9100add4b735eadcfa512a /roles/gathio/vars
parent715a002f564ecaa757633ec66b191d84a045eceb (diff)
downloadselfhosted-2644e7cf92c71d7d77ed0ce4788a498f7799fecb.tar.gz
selfhosted-2644e7cf92c71d7d77ed0ce4788a498f7799fecb.zip
fix gathio role for v1.3
Diffstat (limited to 'roles/gathio/vars')
-rw-r--r--roles/gathio/vars/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/gathio/vars/main.yml b/roles/gathio/vars/main.yml
index 68f584b..59854fd 100644
--- a/roles/gathio/vars/main.yml
+++ b/roles/gathio/vars/main.yml
@@ -2,11 +2,19 @@ gathio_packages:
- mongodb-org
- nodejs
- git
+ - make
+ - gcc
+ - g++
gathio_git_repo: https://github.com/lowercasename/gathio
gathio_home: /var/lib/gathio
gathio_install_dir: '{{ gathio_home }}/gathio'
+gathio_apache_config: |
+ {{ apache_proxy_config }}
+ ProxyPass / http://127.0.0.1:{{ gathio_port }}/
+ ProxyPassReverse / http://127.0.0.1:{{ gathio_port }}/
+
gathio_mongodb_selinux_policy_te: |
require {
type sysctl_fs_t;