singleplatform-eng.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: ubuntuawscli_user_home_dir:awscli_userhome 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.awscliLicense
Unknown
Downloads
8.1k
Owner
Open source code from the SinglePlatform Engineering team.
