xppl/ansible
2018-12-15 11:39:39 +00:00
..
bin Add a vaulted secret key for the flask application. 2018-11-18 18:45:53 +01:00
plays Ansible fixups. Just make it sure it works for real. 2018-12-15 11:39:39 +00:00
roles Handle RQLite idempotency. 2018-11-30 21:59:16 +00:00
ansible.cfg Add a vaulted secret key for the flask application. 2018-11-18 18:45:53 +01:00
inventory Ansible fixups. Just make it sure it works for real. 2018-12-15 11:39:39 +00:00
README.md Ansible fixups. Just make it sure it works for real. 2018-12-15 11:39:39 +00:00

XPPL Ansible Automation

An automated deployment for the XPPL. If you're running these scripts, you'll need SSH access and Sudo permissions on the machines. It is already running deployments for:

Prerequisites

You'll need to install Ansible.

$ sudo apt install -y ansible

Setup a New XPPL

$ ansible-playbook --limit varia.zone --ask-become-pass plays/setup.yml

Deploy a New XPPL Version

$ ansible-playbook --limit varia.zone --ask-become-pass plays/deploy.yml