15 lines
270 B
Markdown
15 lines
270 B
Markdown
|
# XPPL Ansible Automation
|
||
|
|
||
|
An automated deployment for the XPPL.
|
||
|
|
||
|
## Run It
|
||
|
|
||
|
You'll need to have SSH and Sudo access to [varia.zone] first.
|
||
|
|
||
|
```bash
|
||
|
$ sudo apt install -y ansible
|
||
|
$ ansible-playbook --ask-become-pass plays/main.yml
|
||
|
```
|
||
|
|
||
|
[varia.zone]: https://varia.zone/
|