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" | ||||
Zack Williams | 3562456 | 2016-08-28 17:12:26 -0700 | [diff] [blame] | 8 | tags: |
9 | - skip_ansible_lint # running a sub-job |