mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
install some prereqs on os-control01.stg
This commit is contained in:
@@ -87,6 +87,12 @@
|
||||
option: pipelining
|
||||
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
|
||||
hosts: os-control:os-control-stg
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user