diff --git a/README.md b/README.md index 0cfd89b..a37fff0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ The EC2 Instance Connect (ECI) connection plugin was created to take advantage o This is helpful in situations where you need to use continue to use ansible over AWS native instance management solutions, but want to take advantage of AWS's native IAM model for authorization as well as to avoid sharing of long living private keys. +Check [releases](https://github.com/mpieters3/ansible-eci-connector/releases) for versions of this library for older Ansible versions + ## Installation into Ansible Drop eci.py into a connection plugin location, as outlined in https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html. Must have boto3 and ec2instanceconnectcli python libraries available @@ -52,4 +54,4 @@ While mssh m - IP Address to instance id (or vice versa?) lookup - remove temp keys when run finishes - Look at incorporating into or deprecating in favor of [ansible-collections/community.aws](https://github.com/ansible-collections/community.aws) -- - The S3 bucket does add additional complexity that this avoids... \ No newline at end of file +- - The S3 bucket does add additional complexity that this avoids...