Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/ansible-role-rhn-subscription
https://github.com/mikepruett3/ansible-role-rhn-subscription
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikepruett3/ansible-role-rhn-subscription
- Owner: mikepruett3
- License: mit
- Created: 2021-08-30T15:03:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T18:46:49.000Z (about 1 year ago)
- Last Synced: 2023-10-25T19:38:35.662Z (about 1 year ago)
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: RHN Subscription
=========Ansible role to configure subscription settings on Linux Servers. (via either Red Hat Enterprise Subscription Manager, or SpaceWalk Server)
Requirements
------------The role does not require anyting to run on RHEL and its derivatives.
Role Variables
--------------Available variables are listed below, along with default values (see ```defaults/main.yml```):
``` yaml
username: "myuser"
password: "mypass"
activation_key: "xxxxxxxxxx"
spacewalk_server: "myserver.example.com"
``````username``` The username for Red Hat Enterprise Subscription Manager account
```password``` The password for Red Hat Enterprise Subscription Manager account
```activation_key``` The activiation key to use with SpaceWalk Server
```org_id``` The Organization ID to use with SpaceWalk Server (Normally "1")
```spacewalk_server``` The hostname of the SpaceWalk Server
Role variables can be stored with the hosts.yaml file, or in the main variables file.
Dependencies
------------None.
Example Playbook
----------------``` yaml
- hosts: servers
roles:
- role: mikepruett3.rhn-subscription
```License
-------MIT
Author Information
------------------Role created by [mikepruett3](https://github.com/mikepruett3) on [Github.com](https://github.com/mikepruett3/ansible-role-rhn-subscription)