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

https://github.com/amadeusssystem/ansible-ec2-nginx


https://github.com/amadeusssystem/ansible-ec2-nginx

Last synced: 11 months ago
JSON representation

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/)