mirror of
https://github.com/de-it-krachten/ansible-role-cfg2html
synced 2026-05-14 11:41:51 +00:00
No description
- Jinja 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| files | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-cfg2html
Installs cfg2html
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
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
- Debian 13 (Trixie)
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Fedora 42
- Fedora 43
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# cfg2html version
cfg2html_version: 7.2.1
# cfg2html source
cfg2html_source_archive: https://github.com/cfg2html/cfg2html/archive/refs/tags/{{ cfg2html_version }}.tar.gz
# cfg2html root location
cfg2html_root: /opt/cfg2html
# Location where cfg2html will write output to
cfg2html_remote_root: /var/log/cfg2html
# Location where output is stored on central server
cfg2html_local_root: /var/log/cfg2html-central
defaults/family-Debian.yml
# Package name for Debian/Ubuntu
cfg2html_package: cfg2html_7.0.1_all.deb
defaults/family-RedHat.yml
# Package name for RedHat/CentOS/Rocky
cfg2html_package: cfg2html-7.0.1.1.gb8c7a98-1.git202303291751.noarch.rpm
defaults/family-Suse.yml
# Package name for RedHat/CentOS/Rocky
cfg2html_package: cfg2html-7.0.1.1.gb8c7a98-1.git202303291751.noarch.rpm
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'cfg2html'
hosts: all
become: 'yes'
tasks:
- name: Include role 'cfg2html'
ansible.builtin.include_role:
name: cfg2html