Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/aws_cli
Ansible role which installs AWS CLI and Session Manager plugin - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/aws_cli
ansible-role aws aws-cli aws-ssm
Last synced: 1 day ago
JSON representation
Ansible role which installs AWS CLI and Session Manager plugin - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/aws_cli
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-01-12T16:49:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T10:14:59.000Z (4 months ago)
- Last Synced: 2024-07-12T11:48:12.670Z (4 months ago)
- Topics: ansible-role, aws, aws-cli, aws-ssm
- Homepage: https://code.europa.eu/ecgalaxy/aws_cli
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY aws_cli role
=====================This Ansible role installs the latest version of the [AWS CLI](https://aws.amazon.com/cli/).
The [Session Manager plugin](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)
is also installed (can be disabled by setting `awscli_ssm_install` to `false`).Requirements
------------- The `gpg` command, which can be provided by the `ecgalaxy.common_packages` role.
Role Variables
--------------For the list of all the available variables check the files under `defaults/` and `vars/`.
Dependencies
------------- optional: ecgalaxy.common_packages
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.aws_cliOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.aws_cli
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
Upgrading & Uninstalling
------------------------In order to upgrade, reexecute this Ansible role after a new version has been released.
To uninstall, follow [those instructions](https://docs.aws.amazon.com/cli/latest/userguide/uninstall.html).
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.