https://github.com/imaginator/infrastructure-sandbox
https://github.com/imaginator/infrastructure-sandbox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imaginator/infrastructure-sandbox
- Owner: imaginator
- Created: 2022-07-22T16:46:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T18:41:13.000Z (almost 4 years ago)
- Last Synced: 2025-09-26T15:49:05.454Z (9 months ago)
- Language: Jinja
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Aim:
- local development = prodocution environment = be able to deploy a full stack to GCP + receive requests
- boilerplate flask app that will render some HTML
experiment with:
- Terraform
- Ansible
- GCP
- Vagrant
- build Docker service
- push to dockerhub
- deploy docker image to server
```
apt install vagrant virtualbox
vagrant init # creates a template Vagrantfile
vagrant up --provider=virtualbox
# change the Virtualbox provider to install ansible dependencies (python bits)
# make it call ansible when we do a vagrant up
# setup ssh keys
```