buluma.rabbitvcs
Ansible Role rabbitvcs
This role helps you install and set up rabbitvcs on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here’s a simple example from molecule/default/converge.yml
that is tested every time there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: buluma.rabbitvcs
Before running, you need to prepare the machine. In Continuous Integration (CI), this is done with molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: buluma.bootstrap
You can find a detailed explanation and example on how to use these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare your system. You can also prepare your system using other methods.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.ca_certificates |
Context
This role is part of a group of compatible roles. For more information, check the documentation of these roles.
Here’s a visual of related roles:
Compatibility
This role has been tested on these container images:
container | tags |
---|---|
Debian | all |
Ubuntu | focal, bionic, jammy |
You need at least Ansible version 2.12. Tests were conducted on:
- Previous version.
- Current version.
- Development version.
If you encounter any issues, please report them on GitHub.
Changelog
For a history of changes, see the Change Log.
License
This role is licensed under Apache-2.0.
Author Information
Created by Shadow Walker.
ansible-galaxy install buluma.rabbitvcs