Comments on: How to Install and Configure ‘Ansible’ Automation Tool for IT Management – Part 1 https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 14 Apr 2021 12:28:37 +0000 hourly 1 By: sangali https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1476080 Wed, 14 Apr 2021 12:28:37 +0000 http://www.tecmint.com/?p=11066#comment-1476080 Excellent article on Ansible for starters!

]]>
By: Rostand Mukendi https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1448794 Wed, 10 Mar 2021 23:20:30 +0000 http://www.tecmint.com/?p=11066#comment-1448794 It’s a really interesting article on Ansible…

]]>
By: Tamilarasan Subramaniam https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1334387 Tue, 19 May 2020 11:20:19 +0000 http://www.tecmint.com/?p=11066#comment-1334387 In reply to kathirvel.

Use --ask-pass command will ask to enter the password.

]]>
By: kathirvel https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1248974 Fri, 20 Sep 2019 10:45:31 +0000 http://www.tecmint.com/?p=11066#comment-1248974 I don’t want to use ssh-key for ansible, what I need is I always need to use passwords for each and every commands

how to configure that?

]]>
By: Vivek https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1128471 Tue, 09 Apr 2019 18:42:25 +0000 http://www.tecmint.com/?p=11066#comment-1128471 # ansible -m ping -all

is not a right one

Replace with below mentioned command:

# ansible -m ping all
]]>