#automation
Read more stories on Hashnode
Articles with this tag
# Create in function format import os import boto3 # Set clinet globally s3 = boto3.client('s3') def list_bucket(): response =...
Simple Ansible Guide for Beginners · Ansible Role After understanding inventory and playbooks, let's dive deeper into more concepts related to...
Simple Ansible Guide for Beginners · WHY ANSIBLE: Let's assume an organization has some servers in the cloud and others on physical hardware, with some...
Manage Your Infrastructure with Terraform - Provisioner and Workspaces Explained · Let's understand what a Provisioner is. In Terraform, a provisioner...
Getting Started with Terraform for Infrastructure Automation · Table of Contents 1. Terraform State File 2. Remote Back-End 3. State Lock 4. Hands-on...
How Terraform Simplifies Configuration Management · What is Infrastructure or Configuration Management? In simple terms, configuration management...