Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luke Murphy 3551631642
Ansible fixups. Just make it sure it works for real.
5 years ago
..
bin Add a vaulted secret key for the flask application. 5 years ago
plays Ansible fixups. Just make it sure it works for real. 5 years ago
roles Handle RQLite idempotency. 5 years ago
README.md Ansible fixups. Just make it sure it works for real. 5 years ago
ansible.cfg Add a vaulted secret key for the flask application. 5 years ago
inventory Ansible fixups. Just make it sure it works for real. 5 years ago

README.md

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