mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
move this around to make sure it installs on more than the control host
This commit is contained in:
@@ -83,6 +83,11 @@
|
||||
option: pipelining
|
||||
value: "True"
|
||||
|
||||
- name: install redhat ca file
|
||||
package:
|
||||
name: subscription-manager-rhsm-certificates
|
||||
state: present
|
||||
|
||||
- name: Deploy OpenShift cluster
|
||||
hosts: os-control:os-control-stg
|
||||
tags:
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
- ansible-ansible-openshift-ansible
|
||||
- ansible-ansible-openshift-ansible-config
|
||||
|
||||
- name: install redhat ca file
|
||||
package: name=subscription-manager-rhsm-certificates state=installed
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
- ansible-ansible-openshift-ansible-config
|
||||
|
||||
- name: run ansible prereqs playbook
|
||||
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user