Hi Everyone,
I am working on a project using Ansible which requires me to write some data to a file using one playbook and then read the data from the same file using another playbook.
The playbook will be something like this
test1.yml
`
Hi Everyone,
I am working on a project using Ansible which requires me to write some data to a file using one playbook and then read the data from the same file using another playbook.
The playbook will be something like this
test1.yml
`
I’d register the data in a variable and use it during the playbook run. You can save it to a file during the playbook run as well.