Andy Bavier | 3a1d064 | 2016-07-01 14:11:39 -0400 | [diff] [blame] | 1 | --- |
2 | # xos-compute-setup/tasks/main.yml | ||||
3 | # | ||||
4 | # Tell XOS that a new compute node has been added | ||||
5 | |||||
6 | - name: ssh to XOS VM and run 'make new-nodes' | ||||
7 | command: ssh ubuntu@xos "cd {{ service_profile_repo_dest }}/{{ xos_configuration }}/; make new-nodes" |