singleplatform-eng.awscli
ansible-role-awscli
This role installs and sets up the AWS Command Line Interface (awscli).
You can find it here: AWS CLI Role on Ansible Galaxy
Role Variables
awscli_user
: The user you want to configure (This is required)awscli_user: ubuntu
awscli_user_home_dir
: The home directory of theawscli_user
(This is required)awscli_user_home_dir: "/home/{{awscli_user}}"
awscli_profiles
: Profiles for configuring awscli# 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
You can use ansible-role-python to meet these requirements.
Author Information
This role is maintained by SinglePlatform Engineering.
License
This work is licensed under the BSD 3-Clause License.
Installa
ansible-galaxy install singleplatform-eng.awscli
Licenza
Unknown
Download
8.1k
Proprietario
Open source code from the SinglePlatform Engineering team.