Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trallnag/ansible-role-aws-ssm-plugin
Ansible Role that installs the Session Manager plugin for the AWS CLI.
https://github.com/trallnag/ansible-role-aws-ssm-plugin
ansible ansible-role aws
Last synced: 4 months ago
JSON representation
Ansible Role that installs the Session Manager plugin for the AWS CLI.
- Host: GitHub
- URL: https://github.com/trallnag/ansible-role-aws-ssm-plugin
- Owner: trallnag
- License: apache-2.0
- Created: 2024-05-19T14:03:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T13:30:20.000Z (4 months ago)
- Last Synced: 2024-09-30T17:23:44.894Z (4 months ago)
- Topics: ansible, ansible-role, aws
- Language: Python
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/trallnag/aws_ssm_plugin
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role `trallnag.aws_ssm_plugin`
Role that installs the
[Session Manager plugin for the AWS CLI](https://github.com/aws/session-manager-plugin).Available on
[Ansible Galaxy](https://galaxy.ansible.com/ui/standalone/roles/trallnag/aws_ssm_plugin).## Table of Contents
- [Requirements](#requirements)
- [Role Parameters](#role-parameters)
- [Project Status](#project-status)
- [Contributing](#contributing)
- [Licensing](#licensing)## Requirements
Some tasks require root privileges. Privilege escalation is performed with
explicit `become: true` statements.## Role Parameters
See [`meta/argument_specs.yml`](meta/argument_specs.yml).
```yaml
aws_ssm_plugin_version:
required: false
type: str
default: present
description:
- Version of the Session Manager plugin for the AWS CLI to install.
- Use special value `present` to install latest version once.
- Use special value `latest` to always install latest version.
- Exact versions like `1.2.553.0` are not supported.
```## Project Status
Maintained and actively used.
## Contributing
Contributions are welcome. Please refer to [`CONTRIBUTING.md`](CONTRIBUTING).
Consult [`DEVELOPMENT.md`](DEVELOPMENT.md) for guidance regarding development.
Read [`RELEASE.md`](RELEASE.md) for details about the release process.
## Licensing
This work is licensed under the
[Apache License](https://choosealicense.com/licenses/apache-2.0) (Apache-2.0), a
permissive license whose main conditions require preservation of copyright and
license notices. See [`LICENSE`](LICENSE) for the license text.This work comes with an explicit [`NOTICE`](NOTICE) file containing additional
legal notices and information.