https://github.com/amadeusssystem/ansible-ec2-nginx
https://github.com/amadeusssystem/ansible-ec2-nginx
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amadeusssystem/ansible-ec2-nginx
- Owner: AmadeussSystem
- License: mit
- Created: 2025-06-27T06:46:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:19:33.000Z (11 months ago)
- Last Synced: 2025-06-27T08:19:57.182Z (11 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible EC2 + Docker + Nginx Setup
This project uses Ansible to:
- Launch an EC2 instance
- Install Docker
- Deploy a custom Nginx container serving a landing page
## Files
- `create_ec2.yml`: Launch EC2 instance
- `setup_nginx.yml`: Install Docker and run Nginx
- `index.html`: Custom landing page
- `inventory.ini`: Ansible inventory
Live Demo: [http://65.2.175.240/](http://65.2.175.240/)