move this around to make sure it installs on more than the control host
This commit is contained in:
parent
9b5260f3a5
commit
ac97f4e4fd
2 changed files with 5 additions and 6 deletions
|
@ -83,6 +83,11 @@
|
||||||
option: pipelining
|
option: pipelining
|
||||||
value: "True"
|
value: "True"
|
||||||
|
|
||||||
|
- name: install redhat ca file
|
||||||
|
package:
|
||||||
|
name: subscription-manager-rhsm-certificates
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Deploy OpenShift cluster
|
- name: Deploy OpenShift cluster
|
||||||
hosts: os-control:os-control-stg
|
hosts: os-control:os-control-stg
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -29,12 +29,6 @@
|
||||||
- ansible-ansible-openshift-ansible
|
- ansible-ansible-openshift-ansible
|
||||||
- ansible-ansible-openshift-ansible-config
|
- 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
|
- name: run ansible prereqs playbook
|
||||||
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue