awscli
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
License
BSD 3-Clause
Install
ansible-galaxy install singleplatform-eng/ansible-role-awscli
License
Unknown
Downloads
8077
Owner
Open source code from the SinglePlatform Engineering team.