GTGourav Toonwalingouravtoonwal.hashnode.dev路Dec 16, 2023 路 2 min readAnsible Mega-Project 馃敟Task-01 create 2 EC2 instances . make sure all three are created with same key pair created replica of the instance with the same key pair Install Ansible in host server Install server on the master node follow this command sudo apt-add-reposito...00
GTGourav Toonwalingouravtoonwal.hashnode.dev路Dec 16, 2023 路 4 min readAnsible PlaybooksAnsible playbooks are a key component of Ansible, a powerful open-source automation tool used for configuration management, application deployment, task automation, and orchestration. Ansible playbooks provide a way to define and execute a series of ...00
GTGourav Toonwalingouravtoonwal.hashnode.dev路Dec 16, 2023 路 2 min readUnderstanding Ad-hoc commands in Ansible馃挕 Understanding Ad-hoc Commands in Ansible Ansible ad hoc commands: Quick, precise, and your compact Swiss army knife for multitasking across machines. Think of them as one-liner Linux shell commands, perfect for on-the-fly tasks. Playbooks, on the ...00
GTGourav Toonwalingouravtoonwal.hashnode.dev路Dec 7, 2023 路 3 min readUnderstanding Configuration Management with AnsibleDay 62 of #90DaysOfDevOps What is Ansible? Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning. Task-01 Installation of Ansi...00
GTGourav Toonwalingouravtoonwal.hashnode.dev路Dec 7, 2023 路 3 min readUnderstanding Infrastructure as Code and Configuration ManagementTask: Read more about IaC and Config Management Tools. Give differences on both with suitable examples. What are the most common IaC and Config Management Tools? What is Infrastructure as Code? Infrastructure as code (IAC) is the managing and ...00