An open API service indexing awesome lists of open source software.

https://github.com/rizkyrajitha/infrastructure-as-code

Infrastructure-as-Code Practicals using terraform and ansible
https://github.com/rizkyrajitha/infrastructure-as-code

ansible aws docker docker-compose grafana loki postgres prometheus terraform

Last synced: 2 months ago
JSON representation

Infrastructure-as-Code Practicals using terraform and ansible

Awesome Lists containing this project

README

          

### Infrastructure-as-Code Practicals using terraform and ansible

1. deploy docker compose app in aws [linkiniac](./linkiniac)

1. provision ec2 with terrafrom
2. configuration management and application-deployment using ansible .
3. monitoring instance with prometheus and grafana
4. log management loki , promtail and grafana
5. deploy linkin app using docker compose

2. VPC setup with private and public subnets [VPC](./vpc)
1. provision 2 ec2 with terrafrom
2. setup private and public subnets
3. ansible managment (private host managed via ssh from bastion host)