diff --git a/A000001.yml b/A000001.yml index 3d5ddeb..755ec42 100644 --- a/A000001.yml +++ b/A000001.yml @@ -10,9 +10,14 @@ recurse: yes - name: Set up docker-compose file - template: + synchronize: src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "{{DESTINATION_FOLDER}}" + rsync_opts: + - "-e ssh -i /home/semaphore/.ssh/ansible_worker" +# template: +# src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" +# dest: "{{DESTINATION_FOLDER}}" - name: docker compose up shell: diff --git a/A000002.yml b/A000002.yml index b65b717..e0cbc28 100644 --- a/A000002.yml +++ b/A000002.yml @@ -10,9 +10,15 @@ recurse: yes - name: Set up docker-compose file - template: + synchronize: src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "{{DESTINATION_FOLDER}}" + rsync_opts: + - "-e ssh -i /home/semaphore/.ssh/ansible_worker" + # template: + # src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" + # dest: "{{DESTINATION_FOLDER}}" + - name: docker compose up shell: diff --git a/A000003.yml b/A000003.yml index 3d5ddeb..ef0ad13 100644 --- a/A000003.yml +++ b/A000003.yml @@ -10,9 +10,15 @@ recurse: yes - name: Set up docker-compose file - template: + synchronize: src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "{{DESTINATION_FOLDER}}" + rsync_opts: + - "-e ssh -i /home/semaphore/.ssh/ansible_worker" + # template: + # src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" + # dest: "{{DESTINATION_FOLDER}}" + - name: docker compose up shell: diff --git a/A000004.yml b/A000004.yml index 3d5ddeb..ef0ad13 100644 --- a/A000004.yml +++ b/A000004.yml @@ -10,9 +10,15 @@ recurse: yes - name: Set up docker-compose file - template: + synchronize: src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "{{DESTINATION_FOLDER}}" + rsync_opts: + - "-e ssh -i /home/semaphore/.ssh/ansible_worker" + # template: + # src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" + # dest: "{{DESTINATION_FOLDER}}" + - name: docker compose up shell: diff --git a/A000005.yml b/A000005.yml index b65b717..e0cbc28 100644 --- a/A000005.yml +++ b/A000005.yml @@ -10,9 +10,15 @@ recurse: yes - name: Set up docker-compose file - template: + synchronize: src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "{{DESTINATION_FOLDER}}" + rsync_opts: + - "-e ssh -i /home/semaphore/.ssh/ansible_worker" + # template: + # src: "{{WHAT_PART_REMOTE}}/docker-compose.yml" + # dest: "{{DESTINATION_FOLDER}}" + - name: docker compose up shell: