Skip to content

Latest commit

 

History

History

configure_katello

Ansible Role Template

This is an Ansible role to install and configure configure_katello.

Include more information about configure_katello in this section.

Requirements

These platforms are supported:

  • EL 8 (Tested on Rocky Linux 8)

Role Variables

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

Dependencies

None

Example Playbook

- name: Use diademiemi.foreman.configure_katello role
  hosts: "{{ target | default('configure_katello') }}"
  roles:
    - role: "diademiemi.foreman.configure_katello"
      tags: ['diademiemi', 'configure_katello', 'setup']    ```

License

MIT

Author Information

  • diademiemi (@diademiemi)

Role Testing

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.