mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Fix indentation levels in os_keypair
This commit is contained in:
parent
4c863187ad
commit
cf595b3c52
1 changed files with 21 additions and 21 deletions
|
@ -32,30 +32,30 @@ short_description: Add/Delete a keypair from OpenStack
|
||||||
extends_documentation_fragment: openstack
|
extends_documentation_fragment: openstack
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Add or Remove key pair from OpenStack
|
- Add or Remove key pair from OpenStack
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name that has to be given to the key pair
|
- Name that has to be given to the key pair
|
||||||
required: true
|
required: true
|
||||||
default: None
|
default: None
|
||||||
public_key:
|
public_key:
|
||||||
description:
|
description:
|
||||||
- The public key that would be uploaded to nova and injected into VMs
|
- The public key that would be uploaded to nova and injected into VMs
|
||||||
upon creation.
|
upon creation.
|
||||||
required: false
|
|
||||||
default: None
|
|
||||||
public_key_file:
|
|
||||||
description:
|
|
||||||
- Path to local file containing ssh public key. Mutually exclusive
|
|
||||||
with public_key.
|
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
state:
|
public_key_file:
|
||||||
description:
|
description:
|
||||||
- Should the resource be present or absent.
|
- Path to local file containing ssh public key. Mutually exclusive
|
||||||
choices: [present, absent]
|
with public_key.
|
||||||
default: present
|
required: false
|
||||||
|
default: None
|
||||||
|
state:
|
||||||
|
description:
|
||||||
|
- Should the resource be present or absent.
|
||||||
|
choices: [present, absent]
|
||||||
|
default: present
|
||||||
requirements: []
|
requirements: []
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue