Skip to content

Commit beb8571

Browse files
mtenslindmtenslin
andauthored
Created a copy from vars/RedHat/9.yml to vars/CentOS/9.yml. The repository has no out-of-the-box support for CentOS 9 without this. The distributions are similar enough that a simple copy works. (#210)
Co-authored-by: mtenslin <mait.tenslind@ut.ee>
1 parent eb91b71 commit beb8571

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

vars/CentOS/9.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
os_dependencies:
3+
- redhat-rpm-config
4+
- libnsl
5+
- lua-posix
6+
7+
apache_oidc_mod_package: mod_auth_openidc
8+
9+
nginx_root: "/opt/rh/ondemand/root"
10+
nginx_bin: "{{ nginx_root }}/sbin/nginx"
11+
nginx_mime_types: "{{ nginx_root }}/etc/nginx/mime.types"
12+
locations_ini: "/opt/ood/ondemand/root/usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini"
13+
14+
additional_rpm_installs:
15+
- lua-posix
16+
17+
rpm_repo_key: https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand-SHA512

0 commit comments

Comments
 (0)