mirror of
https://github.com/de-it-krachten/ansible-role-cicd
synced 2026-05-14 11:41:51 +00:00
No description
- Jinja 100%
# [1.1.0](https://github.com/de-it-krachten/ansible-role-cicd/compare/v1.0.1...v1.1.0) (2025-10-13) ### Features * Move scripts to separate DEB/RPM package ([ |
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-cicd
Set of scripts to help setup CI/CD
Dependencies
Roles
None
Collections
None
Platforms
Supported platforms
- Red Hat Enterprise Linux 81
- Red Hat Enterprise Linux 91
- Red Hat Enterprise Linux 101
- RockyLinux 8
- RockyLinux 9
- RockyLinux 10
- OracleLinux 8
- OracleLinux 9
- OracleLinux 10
- AlmaLinux 8
- AlmaLinux 9
- AlmaLinux 10
- SUSE Linux Enterprise 151
- openSUSE Leap 15
- Debian 12 (Bookworm)
- Debian 13 (Trixie)
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Fedora 41
- Fedora 42
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# url - repo
cicd_repo: https://github.com/de-it-krachten/cicd-tools
# url - api
cicd_api: https://api.github.com/repos/de-it-krachten/cicd-tools
# Version to install
cicd_version: latest
# Packages
cicd_package_deb: "cicd-tools_{{ cicd_version | regex_replace('^v') }}.deb"
cicd_package_rpm: "cicd-tools-{{ cicd_version | regex_replace('^v') }}-1.noarch.rpm"
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'cicd'
hosts: all
become: 'yes'
tasks:
- name: Include role 'cicd'
ansible.builtin.include_role:
name: cicd