install some prereqs on os-control01.stg
This commit is contained in:
parent
f7189defe3
commit
01edb08d4e
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
||||||
option: pipelining
|
option: pipelining
|
||||||
value: "True"
|
value: "True"
|
||||||
|
|
||||||
|
- name: Install htpasswd (used in installs)
|
||||||
|
package: name=httpd-tools state=present
|
||||||
|
|
||||||
|
- name: Install java (used in installs)
|
||||||
|
package: name=java-1.8.0-openjdk-headless state=present
|
||||||
|
|
||||||
- name: Deploy OpenShift cluster
|
- name: Deploy OpenShift cluster
|
||||||
hosts: os-control:os-control-stg
|
hosts: os-control:os-control-stg
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue