Skip to content

PythonSanSebastian/ep-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ep-config

Configuration of the EuroPython website(s).

TODO: add introduction, and a brief description

How to run this Ansible playbook

Vagrant Manager

This project includes a Vagrantfile to create a virtual machine which you can use to develop, test, and mainly run the Ansible playbook. To start it, cd to the root of this project and run:

vagrant up manager
vagrant ssh manager

If everything went okay, you can now use Ansible to deploy:

cd /vagrant/ansible
ansible-playbook site.yml -i inventory/prod -l europython

About

Configuration of the EuroPython website(s)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%