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
- Host: GitHub
- URL: https://github.com/rizkyrajitha/infrastructure-as-code
- Owner: RizkyRajitha
- Created: 2021-07-14T08:33:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T15:57:24.000Z (over 4 years ago)
- Last Synced: 2025-10-23T16:43:36.856Z (8 months ago)
- Topics: ansible, aws, docker, docker-compose, grafana, loki, postgres, prometheus, terraform
- Language: HCL
- Homepage:
- Size: 1.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)