[ansible-devel] ansible configuration

2024-02-06 Thread Sakshi Jain
So basically two users User1 , user2 user is a sudo user There are 5 servers : server1 , server2 , server3, server4, server5 We need password less connection from server1 to all other servers I am facing issue with key password less authnetication Tha playbook are be executed as sudo user

[ansible-devel] Re: ansible configuration

2024-02-06 Thread Sakshi Jain
also while executing the playbook from server1 , shall we execute as user1 or user2 ? and in inventory shall i mention as user1 or user2 as in playbook, it needs the privileged permission from the sudo user On Wed, 7 Feb 2024 at 10:35, Sakshi Jain wrote: > So basically two users > > User1 , use