Configure Ansible in Localhost System | Ansible localhost configuration.

preview_player
Показать описание
Installation and configuration of Ansible in your localhost system.

Steps:--
1. Install Ansible (yum install Ansible )after it
2. Go to hosts file of ansible (/etc/ansible/hosts)
3. And write "localhost" and Save it
4. Run ssh-keygen command and Simply enter 3 times
6. Varify you hosts file (ansible all --list-hosts)
7. Now You can run your ansible command ex-(ansible all -m command -a date)
Рекомендации по теме
Комментарии
Автор

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

nilampatel
Автор

Permission denied (publickey, password)

Hero-wdvn