Skip to content

ben16w/tesseract-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roles-system

This project contains Ansible roles for managing system configurations and services for tesseract.

Installation

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

Usage

You can use these roles in your Ansible playbooks. For example:

- hosts: all
  roles:
    - tesseract.system.mount

Development

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

License

This project is licensed under the Unlicense. See the LICENSE file for details.

Authors

  • Ben Wadsworth

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published