https://github.com/sgaunet/ansible-role-awscli
https://github.com/sgaunet/ansible-role-awscli
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgaunet/ansible-role-awscli
- Owner: sgaunet
- License: mit
- Created: 2024-06-19T16:23:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T05:50:44.000Z (about 1 year ago)
- Last Synced: 2025-02-05T09:19:05.832Z (8 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: awscli
[](https://github.com/sgaunet/ansible-role-awscli/actions?query=workflow%3ACI)
An Ansible Role that installs awscli on Linux.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
awscli_version: "2.7.21"
awscli_os: "linux"
awscli_arch: "x86_64"## Dependencies
None.
## Example Playbook
```yaml
- hosts: all
roles:
- sgaunet.awscli
```## License
MIT