Hi can i know i have the below main playbook and inbside the role folder for file-transfer and deployment i have task. I would like to know below
1) what happen if task in file-transfer failed? will task at the deployment role execute or will it fail as well? 2) how can i have 1 place where to save the location of the the deployment folder as it will be common for both roles file-transfer and deployment 3) in file-transfer role i need transfer from 1 remote sever to another remote server. I found there is a copy module but how can i refer from another remote server copy to web-server ip?
- hosts: web-server
user: deploymentusr
roles:
- file-transfer
- deployment