QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

regarding to ansible #109

Open HarshvardhanVummidi opened 3 years ago

HarshvardhanVummidi commented 3 years ago

ansible1

HarshvardhanVummidi commented 3 years ago

and my inventory file ansible inventory

santhoshd402 commented 3 years ago

Please try below commands Ansible -i inventory -m ping -k all (or) Ansible -i inventory -m ping all

Your mistake is use -k

Pravin-Kumar-GitHub commented 3 years ago

Hi @HarshvardhanVummidi,

Your issue got resolved ? If not, please try the below commands. ansible all -i inventory -m ping (OR) ansible all -inventory -m ping -K (K should be in caps[become password]) (Ping module should be working fine)