No description
| inventory | ||
| roles/bootstrap | ||
| templates | ||
| .gitignore | ||
| ansible.cfg | ||
| bootstrap.yml | ||
| Chart.yaml | ||
| Dockerfile | ||
| init.sh | ||
| local.py | ||
| README.md | ||
| runme.sh | ||
| values.yaml | ||
Automated deploy of django project.
This is minicube version https://git.ix.gs/public/coins-demo, I build it bcause version with single node k8s still not stable in my test environment. Minicube version of this deployment require superuser (uid 0) permissions.
Pre requires:
- x86_64 deb based Linux distribution. Tested on Debian 9, but must work on any Debian based distro.
- Internet access
- GIT (
apt-get update && apt-get install -y git) - Ansible (
apt-get update && apt-get install -y ansible)
Known bugs and limitation:
- This solution not working on VirtualBox, but working fine on bare metall debian instalation.
For start adventures:
- Just clone this repo
- Go to the repo directory
- And type
./runme.shin your shell