Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 708 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 708 Bytes

ep-config

Configuration of the EuroPython website(s).

TODO: add introduction, and a brief description

How to run this Ansible playbook

  1. Create a vault-pass.txt file with the provision password.
  2. Install Ansible and other dependencies with:
pip install -r requirements.txt
  1. Launch the ansible playbook
ansible-playbook playbook.yml

Continuous Integration / Delivery

TODO: travis ?

Testing

There is a Vagrant machine called vepcon. This is used to deploy in a safe test environment. Launch it with:

vagrant up

It will run the Ansible playbook for the vepcon host.