We are tickled pink to announce the release of: ansible-role-redhat-subscription 1.0.2: ansible-role-redhat- subscription - An ansible role to Manage Red Hat subscritions and repositories Download the package from: https://tarballs.openstack.org/ansible-role-redhat-subscription/ For more details, please see below. Changes in ansible-role-redhat-subscription 1.0.1..1.0.2 -------------------------------------------------------- d3091fd Fix lint and zuul: add publish-to-pypi 1b3e473 Set up repos when using portal with activation key dba48a0 sat6: pull & deploy katello certs 6eae85c Make it more explicit that rhsm_activation_key and rhsm_repos are exclusive 9db2533 Fix table in README 5c5f7e2 add support for unregistration 079c041 Fix pem file name 3346d38 Fix README.md rst check warnings. b6cc4a5 Add resiliency to subscription management role d929bd7 Correct rhsm_force_registration var name in defaults. f2385c2 Configure Satellite using Ansible instead of a script a0c7cff Fix defaults when activation key is used, add options 126e1b1 fix tox python3 overrides 346acae Remove release-openstack-server 51fd143 fix tox python3 overrides 8797a90 Add support for RHSM Pools f42c8a9 Use release-openstack-server job-template c076cc9 Zuul: add missing jobs for release Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + README.md | 60 +++++++++++---- defaults/main.yml | 10 +-- library/rhsm_repository.py | 183 ++++++++++++++++++++++++++------------------- meta/main.yml | 2 +- tasks/main.yml | 17 ++++- tasks/portal.yml | 50 +++++++++---- tasks/register.yml | 16 ++++ tasks/satellite-6.yml | 49 +++++++++--- tasks/satellite.yml | 23 +++++- tasks/unregister.yml | 12 +++ tox.ini | 7 +- vars/main.yml | 10 +++ zuul.d/layout.yaml | 12 +++ 21 files changed, 347 insertions(+), 162 deletions(-)