github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/deploy/dev/ansible/deploy_primary.yaml (about)

     1  - name: Deploy proxy with target
     2    hosts: primary
     3    gather_facts: no
     4    become: yes
     5    vars_files:
     6      - "vars.yaml"
     7  
     8    tasks:
     9      - name: Start a deploy with 1 target and 1 proxy
    10        shell: "nohup {{ remote_deploy_script }} {{ source_root }} {{ directory }} {{ mountpaths }} {{ primary_host }} 1 {{ ais_port }} > {{ deploy_log }} 2>&1 &"