From f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Mar 2018 19:56:38 +0100 Subject: Various fixes before moving to hardware installation --- opts.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'opts.sh') diff --git a/opts.sh b/opts.sh index ac1962a..9cfaf86 100644 --- a/opts.sh +++ b/opts.sh @@ -80,9 +80,17 @@ apply() { hosts: $group remote_user: root roles: - - ands_facts + - { role: ands_facts } + - { role: ands_network, action: install_pre } +- import_playbook: ../anslib/openshift-ansible/playbooks/prerequisites.yml - import_playbook: ../$action + +- name: Common setup procedures + hosts: $group + remote_user: root + roles: + - { role: ands_network, action: install_post } END playbook="playbooks/tmp_play.yml" clean="playbooks/tmp_play.*" -- cgit v1.2.1