blob: b2689a73620376e6c3ee4abd9bfee752fa69f9ce [file] [log] [blame]
Andy Bavier3a1d0642016-07-01 14:11:39 -04001---
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"