pydelhi / pydelhi-infra

Configuration of all the servers and applications hosted under pydelhi.org
MIT License
6 stars 10 forks source link

pydelhi-infra

Build Status

Configurations of all the servers and applications hosted under pydelhi.org.

Getting Started

Clone this repository to your local machine:

git clone --recursive git@github.com:pydelhi/pydelhi-infra.git
cd pydelhi-infra

Make sure you have vagrant and virtualbox installed, then run:

sudo pip install ansible
sudo ansible-galaxy install -r requirements.yml
vagrant up

You can login to the virtal machine with vagrant ssh. If you want to run any changes you have done in the ansible scripts, use vargant provision to run them against the virtual machine.

Use vagrant destroy to kill the virtual machine.

Further Reading

  1. https://docs.ansible.com/galaxy.html

Contributing

Changelog

See: CHANGELOG.md

Thanks

To all the contributors.