diff options
Diffstat (limited to 'opts.sh')
-rw-r--r-- | opts.sh | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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.*" |