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.
 
 
 
 

754 B

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