Subscription Manager
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.subscription-manager vars: subscription-manager_enable_service: true tags: subscription-manager
# Install the role ansible-galaxy install devopstoolbox.subscription-manager # Run the playbook ansible-playbook subscription-manager-playbook.yml
Last update: 2020-02-09