awscli

Build Status

ansible-role-awscli

Install and configure awscli

https://galaxy.ansible.com/singleplatform-eng/awscli/

Role Variables

  • awscli_user: user to configure (REQUIRED)

      awscli_user: ubuntu
    
  • awscli_user_home_dir: awscli_user home directory (REQUIRED)

      awscli_user_home_dir: "/home/{{awscli_user}}"
    
  • awscli_profiles: awscli profiles to setup

      # Example
      awscli_profiles:
        - name: default
          access_key: PutYourAccessKeyHere
          secret_access_key: PutYourSecretKeyHere
    

Example Playbook

---
- hosts: localhost
  become: true
  vars:
    awscli_user: ubuntu
    awscli_user_home_dir: /home/ubuntu
  roles:
    - awscli

Dependencies

ansible-role-python can satisfy these dependencies.

Author Information

SinglePlatform Engineering

License

BSD 3-Clause

About

Install and configure awscli

Install
ansible-galaxy install singleplatform-eng/ansible-role-awscli
GitHub repository
License
Unknown
Downloads
8070
Owner
Open source code from the SinglePlatform Engineering team.