a0c7cfffcc
When the activation key is used, we don't want to deploy repositories, and also it's not compatible with autosubscribe option, they are both mutually exclusive. This patch: - change the default of rhsm_autosubscribe to be undefined. - configure repositories when activationkey isn't defined. - use include_tasks since a variable is in the task file name - add option to force registration - pass the rhsm_baseurl to the registration task, which is needed when unregistering - derive the rhsm_satellite_url from rhsm_baseurl by default, but allow it to be overridden - sets validate_certs for yum tasks - uses dynamic task inclusion rather than static import with a default filter for selecting the registration method Change-Id: Ibf8c3c573a78acc6815cf3793a208028c43f3ba1 Closes-Bug: #1798382
23 lines
342 B
YAML
23 lines
342 B
YAML
galaxy_info:
|
|
author:
|
|
- Sam Doran
|
|
- David Critch
|
|
- Emilien Macchi
|
|
description: "Manage Red Hat subscription and repositories."
|
|
company:
|
|
license: Apache 2.0
|
|
min_ansible_version: 2.5
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
- system
|
|
- redhat
|
|
- subscription
|
|
|
|
dependencies: []
|