Added more explanation to keypair. (#52766)
* Added more explanation to keypair. <!--- Your description here --> +label: docsite_pr * Update ec2.py * Update ec2.py
This commit is contained in:
parent
36b7baca4d
commit
b47988a8a4
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ version_added: "0.9"
|
|||
options:
|
||||
key_name:
|
||||
description:
|
||||
- Key pair to use on the instance.
|
||||
- key pair to use on the instance. The SSH key must exist on AWS in order to use this argument. If you want to generate keys from Ansible,
|
||||
take a look at `ec2_key` module.
|
||||
aliases: ['keypair']
|
||||
type: str
|
||||
id:
|
||||
|
|
Loading…
Reference in a new issue