Subscription Manager

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Subscription Manager

As a: UNIX and Linux system administrator

I want to: set up my red hat subscription

So that: I can register my system and access content.

Using the role

Using the role in a playbook
---
- name: Install subscription-manager
  hosts: all

  tasks:
    - name: subscription-manager is configured
      import_role:
        name: crivetimihai.subscription-manager
      vars:
        subscription-manager_enable_service: true
      tags: subscription-manager
# Install the role
ansible-galaxy install crivetimihai.subscription-manager

# Run the playbook
ansible-playbook subscription-manager-playbook.yml

Last update: 2020-02-03