redhat-cip / ansible-role-beaker

An Ansible role for Beaker ( https://beaker-project.org/ )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run tox

We use tox to run Molecule, this allow us to easily try different versions of Ansible.

SELinux

The tox configuration has been tested on Fedora 29, with the libselinux-python, and SELinux enabled.

You will need the following flag to be able to start MariaDB:

# setsebool -P container_manage_cgroup 1

Docker

You also need to install Docker, and ensure your user can access the daemon directly.

$ sudo groupadd docker && sudo gpasswd -a ${USER} docker && sudo systemctl restart docker
$ newgrp docker

See: https://developer.fedoraproject.org/tools/docker/docker-installation.html

About

An Ansible role for Beaker ( https://beaker-project.org/ )

License:Apache License 2.0


Languages

Language:Jinja 43.4%Language:Python 32.2%Language:Shell 24.4%