This repository shows ansible playbook with Vagrant and Django project deployment.
- Python
- Vagrant
- Virtualbox
Clone the repository:
https://github.com/jishnunand/ansible.git
Change directory path to ansible:
cd ansible
update etc hosts for vm box to localhost communication
sudo nano /etc/hosts
Add below host details
127.0.0.1 local.billing.com
Start ansible with vagrant
vagrant up
This process take some time to get finish it up
Once the process completed try hitting
http://local.billing.com:8686