hello,
Here is a sample inventory that i want to use
[paadadm]
machine1 ansible_ssh_user=admin comment=“Sandbox Admin Node”
[paadsrvwbsa]
machine1 ansible_ssh_user=doe comment=“Sandbox Node A”
[paadsrvwbsb]
machine2 ansible_ssh_user=anotherone comment=“Sandbox Node B”
[paadstack:children]
paadadm
paadsrvwbsa
paadsrvwbsb
if i use this sample playbook