...
This operation delegates consumes/produces artifacts decision to the workflow developer. Check Consumes Artifacts on the workflow step editor if this operation requires artifacts to be delivered prior to execution of the script. Check Produces Artifacts on the workflow step editor if this operation creates artifacts. The artifacts folder is available via the FD_ARTIFACTS_DIR
variable.
Endpoint Selection
...
Below is the hosts inventory file that is saved in /home/ubuntu/ansibleTest
Code Block | ||
---|---|---|
| ||
[webservers]
www1.example.com
www2.example.com
[dbservers]
db0.example.com
db1.example.com |