pereirawill / ansible-role-awscli2

Install awscli 2 using the official install binary from instructions on https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html

Home Page:https://galaxy.ansible.com/deekayen/awscli2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CLI v2

CI Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. BSD 3-Clause license Linux platform

Install AWS CLI v2 using the official install binary instead of using pip.

Requirements

  1. Outbound internet connection.
  2. unzip

Role Variables

variable hints
executable_temp_dir download location for the installer, must be executable, don't use /tmp on hardened OSes

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - deekayen.awscli2

License

BSD

Author Information

David Norman https://github.com/sponsors/deekayen

About

Install awscli 2 using the official install binary from instructions on https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html

https://galaxy.ansible.com/deekayen/awscli2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%