Added more explanation to keypair. (#52766)

* Added more explanation to keypair. 

<!--- Your description here -->

+label: docsite_pr

* Update ec2.py

* Update ec2.py
pull/61395/head
Ahmed Hassan 6 years ago committed by Matt Martz
parent 36b7baca4d
commit b47988a8a4

@ -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…
Cancel
Save