mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Documented import_keypair for the ec2 driver
This commit is contained in:
parent
715c12014c
commit
4a7eee08a8
1 changed files with 7 additions and 0 deletions
|
@ -901,6 +901,13 @@ point, and should be stored immediately.
|
|||
|
||||
salt-cloud -f create_keypair ec2 keyname=mykeypair
|
||||
|
||||
Importing a Key Pair
|
||||
-------------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt-cloud -f import_keypair ec2 keyname=mykeypair file=/path/to/id_rsa.pub
|
||||
|
||||
|
||||
Show a Key Pair
|
||||
---------------
|
||||
|
|
Loading…
Add table
Reference in a new issue