https://github.com/rolehippie/s3cmd
Ansible role to install and configure S3 command-line client
https://github.com/rolehippie/s3cmd
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install and configure S3 command-line client
- Host: GitHub
- URL: https://github.com/rolehippie/s3cmd
- Owner: rolehippie
- License: apache-2.0
- Created: 2020-10-27T08:10:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T13:48:46.000Z (6 months ago)
- Last Synced: 2026-01-12T18:05:02.572Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# s3cmd
[](https://github.com/rolehippie/s3cmd)
[](https://github.com/rolehippie/s3cmd/actions/workflows/general.yml)
[](https://github.com/rolehippie/s3cmd/actions/workflows/docs.yml)
[](https://github.com/rolehippie/s3cmd/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/s3cmd/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/s3cmd)
Ansible role to install and configure S3 command-line client.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [s3cmd_access_key](#s3cmd_access_key)
- [s3cmd_bucket_location](#s3cmd_bucket_location)
- [s3cmd_host_base](#s3cmd_host_base)
- [s3cmd_host_bucket](#s3cmd_host_bucket)
- [s3cmd_secret_key](#s3cmd_secret_key)
- [s3cmd_users](#s3cmd_users)
- [s3cmd_venv_path](#s3cmd_venv_path)
- [s3cmd_version](#s3cmd_version)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### s3cmd_access_key
Access key for connection
#### Default value
```YAML
s3cmd_access_key:
```
### s3cmd_bucket_location
Bucket location for connection
#### Default value
```YAML
s3cmd_bucket_location: us-east-1
```
### s3cmd_host_base
Host base for connection
#### Default value
```YAML
s3cmd_host_base:
```
#### Example usage
```YAML
s3cmd_host_base: storage.example.com
```
### s3cmd_host_bucket
Host bucket for connection
#### Default value
```YAML
s3cmd_host_bucket: '{{ s3cmd_host_base }}/%(bucket)'
```
### s3cmd_secret_key
Secret key for connection
#### Default value
```YAML
s3cmd_secret_key:
```
### s3cmd_users
#### Default value
```YAML
s3cmd_users: []
```
### s3cmd_venv_path
Path to venv for the pip installation
#### Default value
```YAML
s3cmd_venv_path: /usr/local/share/s3cmd
```
### s3cmd_version
Define a specific version to install
#### Default value
```YAML
s3cmd_version:
```
## Discovered Tags
**_s3cmd_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)