matrixcal/ansible-practice
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
On Ansible Server generate Keys for the user shailesh and exchange them with other hosts ssh-key-gen -t RSA -C "mail2shailesh@ymail.com" ssh-copy-id eval `ssh-agent` ssh-add Running adhoc commands ansible servers -a "/sbin/reboot" --become --ask-become-pass -vvv