You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+72-30Lines changed: 72 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,37 +44,37 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
44
44
## Role Variables
45
45
46
46
-**debug**: flag to make role more verbose.
47
-
-**oracle_java_set_as_default**: make the newly installed Java the default runtime environment (default: `yes`).
48
47
-**oracle_java_os_supported**: role internal variable to check if a OS family is supported or not.
49
48
50
49
### Debian
51
50
52
-
-**oracle_java_apt_repository**: Personal Package Archive (PPA) from where to install Java (default: `deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main`).
-**oracle_java_home**: the location of the Java home directory (default: `/usr/lib/jvm/java-10-oracle`).
67
-
-**oracle_java_state**:** the package state (see Ansible apt module for more information) (default: `latest`).
61
+
-**oracle_java_apt_repository**: Personal Package Archive (PPA) from where to install Java.
62
+
-**oracle_java_cache_valid_time**: the amount of time in seconds the apt cache is valid.
63
+
-**oracle_java_deb_package**: name of debian package.
64
+
-**oracle_java_debconf_package_default**: name of debconf package to setdefault.
65
+
-**oracle_java_home**: the location of the Java home directory.
66
+
-**oracle_java_state**:** the package state (see Ansible apt module for more information).
68
67
69
68
### Redhat-only
70
69
71
-
-**oracle_java_dir_source**: directory where to store the RPM files (default: `/usr/local/src`).
72
-
-**oracle_java_download_timeout**: download timeout, in seconds (default: `60`).
73
-
-**oracle_java_download_url**: where to download the rpm from (default: `http://download.oracle.com/otn-pub/java/jdk/10.0.2+13/19aef61b38124481863b1413dce1855f/jdk-10.0.2_linux-x64_bin.rpm`).
74
-
-**oracle_java_home**: the location of the Java home directory (default: `/usr/java/default`).
75
-
-**oracle_java_rpm_filename**: file name used for the download destination (default: `jdk-10.0.2_linux-x64_bin.rpm`).
76
-
-**oracle_java_rpm_validate_certs**: flag to indicate if you want SSL certificate validation (default: `yes`).
77
-
-**oracle_java_version_string**: the Java version string to verify installation against (default: `1.10.2`).
70
+
-**oracle_java_dir_source**: directory where to store the RPM files.
71
+
-**oracle_java_download_timeout**: download timeout, in seconds.
72
+
-**oracle_java_home**: the location of the Java home directory.
73
+
-**oracle_java_rpm_filename**: file name used for the download destination.
74
+
-**oracle_java_rpm_url**: where to download the rpm from.
75
+
-**oracle_java_rpm_validate_certs**: flag to indicate if you want SSL certificate validation.
76
+
-**oracle_java_set_as_default**: flag to indicate if this should be set as the default version.
77
+
-**oracle_java_version_string**: the Java version string to verify installation against.
78
78
79
79
## Playbooks
80
80
@@ -84,32 +84,74 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
0 commit comments