Skip to content

trallnag/ansible-role-aws-ssm-plugin

Repository files navigation

Ansible Role trallnag.aws_ssm_plugin

Role that installs the Session Manager plugin for the AWS CLI.

Available on Ansible Galaxy.

Table of Contents

Requirements

Some tasks require root privileges. Privilege escalation is performed with explicit become: true statements.

Role Parameters

See meta/argument_specs.yml.

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.

Consult DEVELOPMENT.md for guidance regarding development.

Read RELEASE.md for details about the release process.

Licensing

This work is licensed under the Apache License (Apache-2.0), a permissive license whose main conditions require preservation of copyright and license notices. See LICENSE for the license text.

This work comes with an explicit NOTICE file containing additional legal notices and information.