switch order of pre-req packages and cluster ssh key tasks in osbs-cluster
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
fb06bbfbaf
commit
fbefe874a3
1 changed files with 5 additions and 5 deletions
|
@ -72,11 +72,6 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
|
||||||
authorized_key:
|
|
||||||
user: root
|
|
||||||
key: "{{ lookup('file', '{{private}}/files/osbs/{{env}}/control_key.pub') }}"
|
|
||||||
|
|
||||||
- name: Install necessary packages that openshift-ansible needs
|
- name: Install necessary packages that openshift-ansible needs
|
||||||
package: name="{{ item }}" state=installed
|
package: name="{{ item }}" state=installed
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -86,6 +81,11 @@
|
||||||
- NetworkManager
|
- NetworkManager
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
|
|
||||||
|
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||||
|
authorized_key:
|
||||||
|
user: root
|
||||||
|
key: "{{ lookup('file', '{{private}}/files/osbs/{{env}}/control_key.pub') }}"
|
||||||
|
|
||||||
# This is required for OpenShift built-in SkyDNS inside the overlay network
|
# This is required for OpenShift built-in SkyDNS inside the overlay network
|
||||||
# of the cluster
|
# of the cluster
|
||||||
- name: ensure NM_CONTROLLED is set to "yes" for osbs cluster
|
- name: ensure NM_CONTROLLED is set to "yes" for osbs cluster
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue