Releases: theforeman/foreman-ansible-modules
Releases · theforeman/foreman-ansible-modules
v5.0.0
v4.2.0
Minor Changes
- content_export_* - document that
chunk_size_gb
parameter is only applicable forimportable
exports (#1738) - lifecycle_environments role - allow setting
state
for the LCE, allowing deletion of existing ones - location, locations role - add
description
parameter to set the description
Bugfixes
- callback plugin - correctly catch facts with vault data and replace it with
ENCRYPTED_VAULT_VALUE_NOT_REPORTED
, preventingObject of type AnsibleVaultEncryptedUnicode is not JSON serializable
errors - redhat_manifest - do not send empty JSON bodies in GET requests which confuse the portal sometimes (#1768)
v4.1.0
Minor Changes
- redhat_manifest - report
changed
when manifest is regenerated and downloaded (#1473)
New Modules
- theforeman.foreman.content_import_info - List content imports
- theforeman.foreman.content_import_library - Manage library content imports
- theforeman.foreman.content_import_repository - Manage repository content imports
- theforeman.foreman.content_import_version - Manage content view version content imports
v4.0.0
Breaking Changes / Porting Guide
- content_view_filter - stop managing rules from this module,
content_view_filter_rule
should be used for that - inventory plugin - do not default to
http://localhost:3000
as the Foreman URL, providing a URL is now mandatory
Bugfixes
- compute_profile, host - refer to VMware storage pods by name, not id (#1247)
New Modules
- theforeman.foreman.registration_command - Manage Registration Command
- theforeman.foreman.webhook - Manage Webhooks
v3.15.0
Minor Changes
- content_view_publish role - allow passing
async
andpoll
to the module (#1676) - convert2rhel role - install
convert2rhel
fromcdn-public.redhat.com
, dropping the requirement of a custom CA cert
Bugfixes
- content_view_filter_rule - handle multiple rules for the same package but different architectures and versions correctly (https://bugzilla.redhat.com/show_bug.cgi?id=2189687)
v3.14.0
Bugfixes
- content_view_publish role - correctly pass
version
notdescription
to the module (https://bugzilla.redhat.com/show_bug.cgi?id=2234444)
New Modules
- theforeman.foreman.smart_class_parameter_override_value - Manage Smart Class Parameter Override Values