Ansible hosts configuration using private key and sudo user

37 views
Skip to first unread message

Adithya Khamithkar

unread,
Dec 9, 2014, 10:47:19 AM12/9/14
to ansible...@googlegroups.com

Hi I have written a playbook for Ansible to install a few application. I am having trouble as I have to run every thing as root which is not a good idea.

So I have created a sudo user and have created a private key for authentication.

Could some one help me in defining the hosts file for this scenario.

My current hosts file is like this:

[webserver]
web-01 ansible_ssh_host=192.168.0.11 ansible_ssh_user=root

Thanks,

Mirko Friedenhagen

unread,
Dec 10, 2014, 8:05:04 AM12/10/14
to ansible-project

Hello,

the ansible_ssh_user is the one you use for logging in via SSH, not the one you switch to when sudoing

Regards
Mirko
--
Sent from my mobile

--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/5cabe179-61c6-47fd-a654-37bbc02427ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Adithya Khamithkar

unread,
Dec 10, 2014, 10:22:10 PM12/10/14
to ansible...@googlegroups.com
Thanks Mirko, But I want to login with my user name which needs a private key and execute sudo. I am not sure how do i define this on the hosts file could you please help me with this.

Thanks,
Reply all
Reply to author
Forward
0 new messages