katello_manifest – Manage Katello manifests

Synopsis

  • Upload and Manage Katello manifests

Requirements

The below requirements are needed on the host that executes this module.

  • apypie

Parameters

Parameter Choices/Defaults Comments
manifest_path
path
Path to the manifest zip file
This parameter will be ignored if state=absent or state=refreshed
organization
string / required
Organization that the entity is in
password
string / required
Password of the user accessing the Foreman server
repository_url
string
URL to retrieve content from

aliases: redhat_repository_url
server_url
string / required
URL of the Foreman server
state
string
    Choices:
  • absent
  • present ←
  • refreshed
The state of the manifest
username
string / required
Username accessing the Foreman server
validate_certs
boolean
    Choices:
  • no
  • yes ←
Whether or not to verify the TLS certificates of the Foreman server

aliases: verify_ssl

Examples

- name: "Upload the RHEL developer edition manifest"
  katello_manifest:
    username: "admin"
    password: "changeme"
    server_url: "https://foreman.example.com"
    organization: "Default Organization"
    state: present
    manifest_path: "/tmp/manifest.zip"

Status

Authors

  • Andrew Kofink (@akofink)

Hint

If you notice any issues in this documentation, you can edit this document to improve it.