Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Target older and newer OS distribution versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Dec 8, 2020
1 parent 01ad6ed commit 128bf57
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install_hyrax_on_localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
become: yes
vars_files:
- "vars/common.yml"
- "vars/{{ ansible_distribution }}.yml"
- "vars/{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml"
roles:
- hyrax
environment:
Expand Down
File renamed without changes.
21 changes: 21 additions & 0 deletions vars/CentOS_8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# Variables for CentOS.
clamav_devel_package: clamav-devel
imagemagick_package: ImageMagick
java_openjdk_package: java-1.8.0-openjdk
libxslt_devel_package: libxslt-devel
libxml2_devel_package: libxml2-devel
postgresql_contrib_package: postgresql-contrib
postgresql_devel_package: postgresql-devel
postgresql_server_package: postgresql-server
python_psycopg2_package: python-psycopg2
redis_package: redis
sqlite_devel_package: sqlite-devel
tomcat_admin_package: tomcat-admin-webapps
tomcat_fedora4_conf_path: /etc/tomcat/conf.d/fedora4.conf
tomcat_fedora4_war_path: /usr/share/tomcat/webapps/fcrepo.war
tomcat_group: tomcat
tomcat_package: tomcat
tomcat_service_name: tomcat
tomcat_user: tomcat
tomcat_users_conf_path: /etc/tomcat/tomcat-users.xml
File renamed without changes.
21 changes: 21 additions & 0 deletions vars/Debian_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# Variables for Debian.
clamav_devel_package: libclamav-dev
imagemagick_package: imagemagick
java_openjdk_package: openjdk-8-jdk
libxslt_devel_package: libxslt-dev
libxml2_devel_package: libxml2-dev
postgresql_contrib_package: postgresql-contrib
postgresql_devel_package: postgresql-all
postgresql_server_package: postgresql
python_psycopg2_package: python-psycopg2
redis_package: redis-server
sqlite_devel_package: libsqlite3-dev
tomcat_admin_package: tomcat8-admin
tomcat_fedora4_conf_path: /usr/share/tomcat8/bin/setenv.sh
tomcat_fedora4_war_path: /var/lib/tomcat8/webapps/fcrepo.war
tomcat_group: tomcat8
tomcat_package: tomcat8
tomcat_service_name: tomcat8
tomcat_user: tomcat8
tomcat_users_conf_path: /etc/tomcat8/tomcat-users.xml
File renamed without changes.
21 changes: 21 additions & 0 deletions vars/Ubuntu_20.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# Variables for Ubuntu.
clamav_devel_package: libclamav-dev
imagemagick_package: imagemagick
java_openjdk_package: openjdk-8-jdk
libxslt_devel_package: libxslt-dev
libxml2_devel_package: libxml2-dev
postgresql_contrib_package: postgresql-contrib
postgresql_devel_package: postgresql-all
postgresql_server_package: postgresql
python_psycopg2_package: python-psycopg2
redis_package: redis-server
sqlite_devel_package: libsqlite3-dev
tomcat_admin_package: tomcat8-admin
tomcat_fedora4_conf_path: /usr/share/tomcat8/bin/setenv.sh
tomcat_fedora4_war_path: /var/lib/tomcat8/webapps/fcrepo.war
tomcat_group: tomcat8
tomcat_package: tomcat8
tomcat_service_name: tomcat8
tomcat_user: tomcat8
tomcat_users_conf_path: /etc/tomcat8/tomcat-users.xml

0 comments on commit 128bf57

Please sign in to comment.