Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
41bded17
Commit
41bded17
authored
Jun 08, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename module
parent
2f37314d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/packaging/redhat_subscription
+3
-3
No files found.
library/packaging/
subscription_manager
→
library/packaging/
redhat_subscription
View file @
41bded17
...
...
@@ -2,7 +2,7 @@
DOCUMENTATION
=
'''
---
module
:
subscription
-
manager
module
:
redhat_subscription
short_description
:
Manage
Red
Hat
Network
registration
and
subscriptions
using
the
C
(
subscription
-
manager
)
command
description
:
-
Manage
registration
and
subscription
to
the
Red
Hat
Network
entitlement
platform
.
...
...
@@ -60,9 +60,9 @@ options:
required
:
False
default
:
'
^
$'
examples
:
-
code
:
subscription_manager
action
=
register
username
=
joe_user
password
=
somepass
autosubscribe
=
true
-
code
:
redhat_subscription
action
=
register
username
=
joe_user
password
=
somepass
autosubscribe
=
true
description
:
Register
as
user
I
(
joe_user
)
with
password
I
(
somepass
)
and
auto
-
subscribe
to
available
content
.
-
code
:
subscription_manager
action
=
register
activationkey
=
1
-
222333444
pool
=
'
^
(
Red
Hat
Enterprise
Server
|
Red
Hat
Virtualization
)
$'
-
code
:
redhat_subscription
action
=
register
activationkey
=
1
-
222333444
pool
=
'
^
(
Red
Hat
Enterprise
Server
|
Red
Hat
Virtualization
)
$'
description
:
Register
with
activationkey
I
(
1
-
222333444
)
and
consume
subscriptions
matching
the
names
I
(
Red
hat
Enterprise
Server
)
and
I
(
Red
Hat
Virtualization
)
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment