Skip to content

Commit

Permalink
Created a copy from vars/RedHat/9.yml to vars/CentOS/9.yml. The repos…
Browse files Browse the repository at this point in the history
…itory 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 <[email protected]>
  • Loading branch information
mtenslind and mtenslin authored Sep 21, 2023
1 parent eb91b71 commit beb8571
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vars/CentOS/9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
os_dependencies:
- redhat-rpm-config
- libnsl
- lua-posix

apache_oidc_mod_package: mod_auth_openidc

nginx_root: "/opt/rh/ondemand/root"
nginx_bin: "{{ nginx_root }}/sbin/nginx"
nginx_mime_types: "{{ nginx_root }}/etc/nginx/mime.types"
locations_ini: "/opt/ood/ondemand/root/usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini"

additional_rpm_installs:
- lua-posix

rpm_repo_key: https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand-SHA512

0 comments on commit beb8571

Please sign in to comment.