chkpwd / iac

Home Page:https://blog.chkpwd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure as Code (IaC) by Bryan J.

General Overview

This repository is a collection of tools, scripts, and configurations that demonstrate the power of automation in managing and provisioning infrastructure. I tried not to be opinionated in the way I tackle issues. In general it includes various components such as:

🧰 Ansible

Playbooks and Roles

A comprehensive set of playbooks and roles for automating tasks across different environments. Powered by a dynamic inventory whenever possible.

Note: Secrets are managed through SOPs ansible integration.

🐳 Docker

Configurations

Containerized applications and services, including custom Nginx configurations.

☸️ Kubernetes

Manifests

A wide range of Kubernetes applications, tools, and core components. Flux is installed via Ansible.

Note: Secrets are managed through SOPs ansible integration.

🏗️ Terraform

Modules

Infrastructure provisioning using Terraform for different cloud providers and platforms. The state file is managed and stored in Terraform Cloud.

Note: Secrets are managed through SOPs ansible integration.

📦 Packer

Scripts

Automated machine image creation for different operating systems.

Example:
packer build -force --only vsphere-iso.windows --var-file=windows/22H2-W11.pkrvars.hcl -var "vcenter_password=$VCENTER_PASS" .
Note: The VCENTER_PASS var is exported to the shell during runtime.

🚀 Getting Started

To get started with this repository, you may explore the different directories to find the specific tools or configurations you need. Each directory typically contains detailed instructions or scripts to help you set up and run the components.

About

https://blog.chkpwd.com

License:MIT License


Languages

Language:HCL 50.1%Language:Jinja 28.1%Language:PowerShell 9.8%Language:Dockerfile 5.8%Language:Shell 3.9%Language:Python 1.9%Language:Batchfile 0.4%