This is an Ansible role to install and configure configure_katello.
Include more information about configure_katello in this section.
These platforms are supported:
- EL 8 (Tested on Rocky Linux 8)
The variables for this role are VERY insecure by default. Please change them to something more secure if you want to use this role. This role is meant for testing purposes only.
You can view the default variables in defaults/main.yml.
Variable | Default | Description |
---|
None
- name: Use diademiemi.foreman.configure_katello role
hosts: "{{ target | default('configure_katello') }}"
roles:
- role: "diademiemi.foreman.configure_katello"
tags: ['diademiemi', 'configure_katello', 'setup'] ```
MIT
- diademiemi (@diademiemi)
This repository comes with Molecule that run in Podman on the supported platforms. Install Molecule by running
pip3 install -r requirements.txt
Run the tests with
molecule test
These tests are automatically ran by GitHub Actions on push. If the tests are successful, the role is automatically published to Ansible Galaxy.