https://github.com/thecraftman/pycon-demo
Deploy a WSGI APP with Ansible, Python, and Terraform
https://github.com/thecraftman/pycon-demo
Last synced: 6 months ago
JSON representation
Deploy a WSGI APP with Ansible, Python, and Terraform
- Host: GitHub
- URL: https://github.com/thecraftman/pycon-demo
- Owner: thecraftman
- Created: 2024-07-12T00:22:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T00:40:36.000Z (about 1 year ago)
- Last Synced: 2025-03-21T14:11:29.877Z (7 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pycon-demo
Deploy a WSGI APP with Ansible, Python, and Terraform
- Update the developer key in your TF code.
- Deploy the TF code and replace your EC2 instance in the nginx conf file using `terraform apply`
- Deploy your ansible code to deploy the frontend and backend in the playbook.yml and inventory file using `ansible-playbook -i inventory.ini playbook.yml`