commit | ed101549c89555e7143e9d34f107f25c720ccd4e | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed May 18 20:26:15 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed May 18 20:26:15 2016 -0700 |
tree | 56586569d00790776d5598245a3234592790b809 | |
parent | 73ff2c2285912ca4f6f1306c970944abd87d27df [diff] [blame] |
add support for running ansible on the head node to provision the compute node Change-Id: I4adda3e903423e68893d2354d6c9c36469ebb517
diff --git a/roles/compute-node/tasks/main.yml b/roles/compute-node/tasks/main.yml index 9ba77a4..b5160a6 100644 --- a/roles/compute-node/tasks/main.yml +++ b/roles/compute-node/tasks/main.yml
@@ -88,3 +88,5 @@ - name: Wait For Restart local_action: wait_for host={{ ansible_host }} state=started port=22 delay=30 search_regex=OpenSSH timeout=600 + tags: + - interface_config