robertdebock.rabbitvcs
Ansible Role RabbitVCS
THIS ROLE HAS BEEN ARCHIVED AS OF DEC 2023.
This role helps you install and set up RabbitVCS on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
The following example is from molecule/default/converge.yml
and is tested with every update.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: robertdebock.rabbitvcs
Ensure your machine is ready. In continuous integration (CI), this is prepared using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
For more details on using these roles, check this full explanation and example.
Requirements
- Install Python packages listed in requirements.txt.
State of Used Roles
The following roles are used to set up your system. You may choose another way to prepare your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap | ||
robertdebock.ca_certificates |
Context
This role is part of a collection of compatible roles. For more details, check the documentation of these roles.
Here’s a visual of the related roles:
Compatibility
This role has been tested using these container images:
Container | Tags |
---|---|
Debian | all |
Ubuntu | all |
The minimum required version of Ansible is 2.12, and tests have been conducted on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
Licensed under Apache-2.0.
Author Information
Created by robertdebock.
Consider sponsoring me.
ansible-galaxy install robertdebock.rabbitvcs