summaryrefslogtreecommitdiffstats
path: root/opts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opts.sh')
-rw-r--r--opts.sh10
1 files changed, 9 insertions, 1 deletions
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.*"