Comments on: Install and use Ansible (Automation Tool) in CentOS 7 https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/ Wed, 18 Aug 2021 15:34:40 +0000 hourly 1 By: OSMAN SECER https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-23573 Wed, 18 Aug 2021 15:34:40 +0000 http://www.linuxtechi.com/?p=3352#comment-23573 In reply to prasanth.

what if we get permission denied during ssh-copy-id, how to trouble shoot that?

getting below error
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Hello ,

I solved the problem.Solution of the problem, we need to specify the user to the specified IP in test-server.
[test-server]
root@ip-address

]]>
By: Karthik https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-20196 Thu, 14 May 2020 06:29:48 +0000 http://www.linuxtechi.com/?p=3352#comment-20196 Thanks a lot for the article. was really helpful

]]>
By: Rudolph https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-3386 Fri, 16 Feb 2018 08:05:13 +0000 http://www.linuxtechi.com/?p=3352#comment-3386 Hi!

Thanks for the informative article. Ansible looks like an awesome tool for SysAdmins.

New epel repo: ‘http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm’

]]>
By: Avinash https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-956 Thu, 13 Jul 2017 15:29:32 +0000 http://www.linuxtechi.com/?p=3352#comment-956 Adding a user to the nodes
ansible -m command -a “useradd avitest” ‘SharedHosting’
ansible -m command -a “grep avitest /etc/passwd” ‘SharedHosting’

What is the password of avitest and how to add user in /var/cpanel/resellers with reseller privillage.

]]>
By: Siranjeevi https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-306 Fri, 14 Oct 2016 07:23:25 +0000 http://www.linuxtechi.com/?p=3352#comment-306 Helped a lot!! Thanks.

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-305 Sat, 10 Sep 2016 02:02:40 +0000 http://www.linuxtechi.com/?p=3352#comment-305 In reply to Will.

Thank You Will , I have updated the same in the article.

]]>
By: Will https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-304 Fri, 09 Sep 2016 02:33:41 +0000 http://www.linuxtechi.com/?p=3352#comment-304 Just a note: ‘http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm’ no longer exists. Using ‘http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm’ seems to work.

]]>
By: prasanth https://www.linuxtechi.com/install-and-use-ansible-in-centos-7/#comment-303 Thu, 01 Sep 2016 07:08:39 +0000 http://www.linuxtechi.com/?p=3352#comment-303 what if we get permission denied during ssh-copy-id, how to trouble shoot that?

getting below error
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

]]>