Ansible Tutorial
Posted onSpread the loveAnsible doesnot require any agent software to be installed on our machine. Instead it uses passwordless ssh. Note:Ansible uses agentless policy 1 Generate ssh keys on the controller machine ssh -keygen 2 Copy the public key into the all the managed hosts ssh-copy-id username@ip-adress-of-managed-host 3 Repeat Step No 2 for all the managed […]