Skip to content

matrixcal/ansible-practice

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors