aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gathio/vars/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gathio/vars/main.yml')
-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;