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
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
31
31
32
32
## Requirements
33
33
34
-
- ansible >= 1.9.x
34
+
- ansible >= 2.x
35
35
36
36
37
37
# Facts
@@ -46,11 +46,11 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
46
46
| variable | default | description |
47
47
|--:|:-:|:--|
48
48
| debug | undefined | flag to make role more verbose. |
49
-
| oracle_java_set_as_default |no| make the newly installed Java the default runtime environment. |
49
+
| oracle_java_set_as_default |yes| make the newly installed Java the default runtime environment. |
50
50
| oracle_java_state | latest | the package state (see Ansible apt module for more information). |
51
51
| oracle_java_version | 8 | the Oracle JDK version to be installed. |
52
-
| oracle_java_version_update |74| the Oracle JDK version update. |
53
-
| oracle_java_version_build |02| the Oracle JDK version update build number. |
52
+
| oracle_java_version_update |121| the Oracle JDK version update. |
53
+
| oracle_java_version_build |13| the Oracle JDK version update build number. |
54
54
| oracle_java_version_string | 1.{{ oracle_java_version }}.0_u{{ oracle_java_version_update }} | the Java version string to verify installation against. |
55
55
| oracle_java_os_supported | - | role internal variable to check if a OS family is supported or not. |
56
56
@@ -59,7 +59,6 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
59
59
60
60
| variable | default | description |
61
61
|--:|:-:|:--|
62
-
| launchpad_ppa_webupd8_cache_valid_time | 3600 | the amount of time in seconds the apt cache is valid. |
63
62
| oracle_java_cache_valid_time | 3600 | the amount of time in seconds the apt cache is valid. |
64
63
| oracle_java_state | latest | the package state (see Ansible apt module for more information). |
65
64
| oracle_java_home | /usr/lib/jvm/java-{{ oracle_java_version }}-oracle | the location of the Java home directory. |
@@ -75,18 +74,11 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
75
74
| oracle_java_rpm_url |http://download.oracle.com/otn-pub/java/jdk/{{ oracle_java_version }}u{{ oracle_java_version_update }}-b{{ oracle_java_version_build }}/{{ oracle_java_rpm_filename }} | the URL where the RPM can be downloaded from. |
76
75
77
76
78
-
## Dependencies
79
-
80
-
For Debian and Ubuntu this role depends on:
81
-
82
-
- ansiblebit.launchpad-ppa-webupd8
83
-
84
-
85
77
## Playbooks
86
78
87
79
- hosts: servers
88
80
roles:
89
-
- { role: ansiblebit.oracle-java,
90
-
oracle_java_set_as_default: yes }
81
+
- role: ansiblebit.oracle-java,
82
+
oracle_java_set_as_default: yes
91
83
92
84
Use `--skip-tags=debug` if you want to suppress debug information.
0 commit comments