mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
cloudstack_sshkey: cleanup docs
This commit is contained in:
parent
d4333080c4
commit
71a7df8f12
1 changed files with 0 additions and 5 deletions
|
@ -32,27 +32,22 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of public key.
|
- Name of public key.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
aliases: []
|
|
||||||
project:
|
project:
|
||||||
description:
|
description:
|
||||||
- Name of the project the public key to be registered in.
|
- Name of the project the public key to be registered in.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the public key.
|
- State of the public key.
|
||||||
required: false
|
required: false
|
||||||
default: 'present'
|
default: 'present'
|
||||||
choices: [ 'present', 'absent' ]
|
choices: [ 'present', 'absent' ]
|
||||||
aliases: []
|
|
||||||
public_key:
|
public_key:
|
||||||
description:
|
description:
|
||||||
- String of the public key.
|
- String of the public key.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue