Hi All,
I am trying to store the output of the ansible task into MySQL database,
at present i am able to store the output of the task which does not contain
with_items , but not able to store the data for the task which contains
with_item, I used the below method, and i am getting the below wa
Hi All,
Request your help, below is the explanation of the issue that i have
facing
- I have 2 task T1 and T1
- T1 has to executed on SERVER1 ,2,3
- T2 has to be executed only on SERVER1
*My Inventory -1*
[ALL]
SERVER1
SERVER2
SERVER3
[PART1]
SERVER2
[PART2]
*SERVER3-XXX* ansibl