Monday 11 March 2019

Install Ansible in EC2 by Raj Gupta


Switch to root
sudo –i

update the server
yum update

download the repository 

now install the ansile
yum install ansible

To check run the below command
ansible --version

No comments:

Post a Comment