Home > other >  Help ansible about host list duplicate IP user name
Help ansible about host list duplicate IP user name

Time:01-06

Now have two host list
/test1
20.1.1.1 ansible_ssh_user=root ansible_ssh_pass=aaa
/test2
20.1.1.1 ansible_ssh_user=aaa ansible_ssh_pass=BBB
I use ansible list of tags to perform only the first host, the user name password will use the following as a result, later found out that the last place I used the same IP user name password is the last time that,
Now all I need is to perform which tags with the corresponding user name password,
How to solve? Pray god to guide!

CodePudding user response:

The forehead???????????????

CodePudding user response:

I also met with similar but I'm a different IP address same port
  • Related