#ansible
Read more stories on Hashnode
Articles with this tag
Task-01 create 3 EC2 instances . make sure all three are created with the same key pair Install Ansible on a host server Connect to your EC2 instance...
Ansible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact Swiss army knife when...
Ansible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variables. If you’re using multiple servers,...
Installation of Ansible on AWS EC2 (Master Node) sudo apt-add-repository ppa:ansible/ansible sudo apt update -y sudo apt install ansible -y To...
What's this Ansible? Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application...