This project contains Ansible roles for managing system configurations and services for tesseract.
To install the collection, run the command below. This will install the collection from the git repository to the default collection location.
ansible-galaxy collection install git+https://github.com/ben16w/tesseract-system.git
You can use these roles in your Ansible playbooks. For example:
- hosts: all
roles:
- tesseract.system.mount
Install the required system packages:
sudo apt install make python3 python3-pip python3-venv
Set up the virtual environment and install the required Python packages:
make install-venv
To run the tests, execute the following command:
make test
This project is licensed under the Unlicense. See the LICENSE file for details.
- Ben Wadsworth