Giter Club home page Giter Club logo

ansible-role-awscli's Introduction

Ansible Role trallnag.aws_cli

Role that installs the AWS CLI v2 using the official installer.

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_cli_version:
  required: false
  type: str
  default: present
  description:
    - Version of the AWS CLI to install. For example `2.13.0`.
    - Use special value `present` to install latest version once.
    - Use special value `latest` to always install latest version.
    - "Check here for available versions:
      <https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst>"

aws_cli_bin_dir:
  required: false
  type: str
  default: /usr/local/bin
  description:
    - Bin directory. Used for `--bin-dir` parameter.

aws_cli_install_dir:
  required: false
  type: str
  default: /opt/aws-cli
  description:
    - Install directory. Used for `--install-dir` parameter.

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.

ansible-role-awscli's People

Contributors

dependabot[bot] avatar pre-commit-ci[bot] avatar semantic-release-bot avatar trallnag avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.