supervisor_offline_tx1.yml 357 Bytes
---
- hosts: starnet_master
  sudo: yes
  tasks: 
    - name: copy dir to remote
      copy: src=supervisor_offline_tx1 dest=/home/ubuntu/
    - name: run script
      command: chmod +x install.sh
      args:
        chdir: /home/ubuntu/supervisor_offline_tx1/
      command: bash install.sh
      args:
        chdir: /home/ubuntu/supervisor_offline_tx1/