Update DOCUMENTATION metadata
This commit is contained in:
parent
ac05645bce
commit
b556def4d3
1 changed files with 8 additions and 12 deletions
|
@ -22,36 +22,32 @@ description:
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
author: "Vincent Van der Kussen (@vincentvdk)"
|
author: "Vincent Van der Kussen (@vincentvdk)"
|
||||||
notes:
|
notes:
|
||||||
- this module fetches the system id from RHN.
|
- This module fetches the system id from RHN.
|
||||||
requirements:
|
- This module doesn't support I(check_mode).
|
||||||
- none
|
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- name of the software channel
|
- Name of the software channel.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
sysname:
|
sysname:
|
||||||
description:
|
description:
|
||||||
- name of the system as it is known in RHN/Satellite
|
- Name of the system as it is known in RHN/Satellite.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- whether the channel should be present or not
|
- Whether the channel should be present or not, taking action if the state is different from what is stated.
|
||||||
required: false
|
|
||||||
default: present
|
default: present
|
||||||
url:
|
url:
|
||||||
description:
|
description:
|
||||||
- The full url to the RHN/Satellite api
|
- The full URL to the RHN/Satellite API.
|
||||||
required: true
|
required: true
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
- RHN/Satellite user
|
- RHN/Satellite login
|
||||||
required: true
|
required: true
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- "the user's password"
|
- RHN/Satellite password
|
||||||
required: true
|
required: true
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue