xppl/ansible
2018-11-17 21:39:21 +01:00
..
plays Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
roles/xppl Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
ansible.cfg Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
inventory Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
README.md Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00

XPPL Ansible Automation

An automated deployment for the XPPL.

Run It

You'll need to have SSH and Sudo access to varia.zone first.

$ sudo apt install -y ansible
$ ansible-playbook --ask-become-pass plays/main.yml

What Does It Do?

  • Clone the Python application into /var/xppl/.
  • Get the RQLite database running managed under Supervisord.
  • Run the Gunicorn WSGI server to server the Python application.
  • Proxy the WSGI server with an NGINX configuration.