#devops-articles
Read more stories on Hashnode
Articles with this tag
#90 Days of DevOps Challenge - Day 62 路 Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name...
#90 Days of DevOps Challenge - Day 61 路 Basic Terraform commands terraform init ->The terraform init command is used to initialize a Terraform working...
#90 Days of DevOps Challenge - Day 60 路 What is Terraform? Terraform is an open-source infrastructure-as-code (IaC) tool developed by HashiCorp. It...
#90 Days of DevOps Challenge - Day 59 路 Task-01 create 2 EC2 instances . make sure all three are created with same key pair Install Ansible in host...
#90 Days of DevOps Challenge - Day 57 & 58 路 Ansible playbooks are YAML files used to define a set of tasks and configurations that should be executed on...
#90 Days of DevOps Challenge - Day 56 路 In Ansible, ad-hoc commands are used to execute simple tasks or run commands on remote systems without the need...