stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

Pass private key file to ansible image #223

Closed openPablo closed 3 years ago

openPablo commented 3 years ago

Description of feature

When working with AWS, it's much easier to use private keys. The problem is that when passing a private key to ansible, you can't pass it as a variable, it needs a file path.

Purpose of this new feature

Add the ability to pass a private key file

Additional information

GBrawl commented 3 years ago

Use stackl_private_key for this!