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 14df5f3875
First steps at the Ansible role.
6 years ago
..
defaults Get some new READMEs in place. Add Ansible placeholder. 6 years ago
handlers Get some new READMEs in place. Add Ansible placeholder. 6 years ago
meta Get some new READMEs in place. Add Ansible placeholder. 6 years ago
molecule/default Get some new READMEs in place. Add Ansible placeholder. 6 years ago
tasks First steps at the Ansible role. 6 years ago
vars Get some new READMEs in place. Add Ansible placeholder. 6 years ago
.yamllint Get some new READMEs in place. Add Ansible placeholder. 6 years ago
README.md First steps at the Ansible role. 6 years ago

README.md

xppl

A role to install the XPPL.

Testing

We use Molecule and the Docker driver to automate tests.

$ curl -sSL https://get.docker.com/ | sh
$ virtualenv --python=$(which python3) .venv
$ source .venv/bin/activate
$ pip install molecule docker
$ molecule test

Supported OS

  • Debian Stretch

Others may be supported. However, we only test on Debian.

Requirements

None.

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: xppl }

License

  • GPLv3

Author Information