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
|
||||
|
||||
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
|
||||
package: name="{{ item }}" state=installed
|
||||
with_items:
|
||||
|
@ -86,6 +81,11 @@
|
|||
- NetworkManager
|
||||
- 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
|
||||
# of the cluster
|
||||
- name: ensure NM_CONTROLLED is set to "yes" for osbs cluster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue