File copy path

This commit is contained in:
CHIEFSOFT\ameye
2025-07-18 14:56:34 -04:00
parent 0eba3e75d9
commit 422888afee
2 changed files with 26 additions and 17 deletions
+13 -8
View File
@@ -9,13 +9,13 @@
mode: 0775
recurse: yes
- name: Local Dicrectory for Docker Compose File
ansible.builtin.file:
# path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}}
state: directory
register: local_dir
delegate_to: localhost
# - name: Local Dicrectory for Docker Compose File
# ansible.builtin.file:
# # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
# path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}}
# state: directory
# register: local_dir
# delegate_to: localhost
# - name: INFO - Find out playbooks path
# shell: pwd
@@ -30,8 +30,13 @@
# - name:
# shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
# - name: Copy file from 10.10.10.13 to LOCAL Directory
# shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
# vars:
# password_variable: "May12002!x" # Or, preferably, use Ansible Vault
- name: Copy file from 10.10.10.13 to LOCAL Directory
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml {{DESTINATION_FOLDER}}/docker-compose.yml
vars:
password_variable: "May12002!x" # Or, preferably, use Ansible Vault
+13 -9
View File
@@ -9,13 +9,13 @@
mode: 0775
recurse: yes
- name: Local Dicrectory for Docker Compose File
ansible.builtin.file:
# path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}}
state: directory
register: local_dir
delegate_to: localhost
# - name: Local Dicrectory for Docker Compose File
# ansible.builtin.file:
# # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
# path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}}
# state: directory
# register: local_dir
# delegate_to: localhost
# - name: INFO - Find out playbooks path
# shell: pwd
@@ -25,14 +25,18 @@
# - name: Local Dicrectory for Docker Compose File ON LOCAL
# shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}}
# # - name: Copy file from 10.10.10.13 to Local Directory
# # shell: scp ~/.ssh/id_rsa.pub {{WHAT_PART_REMOTE}}/docker-compose.yml /home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
# - name:
# shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
# - name: Copy file from 10.10.10.13 to LOCAL Directory
# shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
# vars:
# password_variable: "May12002!x" # Or, preferably, use Ansible Vault
- name: Copy file from 10.10.10.13 to LOCAL Directory
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml {{DESTINATION_FOLDER}}/docker-compose.yml
vars:
password_variable: "May12002!x" # Or, preferably, use Ansible Vault