Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakoblichterfeld/ansible-role-amok_exifsorter
An Ansible role to install Amok Exifsorter via download
https://github.com/jakoblichterfeld/ansible-role-amok_exifsorter
amok-exifsorter ansible ansible-galaxy-role ansible-role exif exifsorter
Last synced: 13 days ago
JSON representation
An Ansible role to install Amok Exifsorter via download
- Host: GitHub
- URL: https://github.com/jakoblichterfeld/ansible-role-amok_exifsorter
- Owner: JakobLichterfeld
- License: mit
- Created: 2023-08-28T08:57:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:21:05.000Z (10 months ago)
- Last Synced: 2024-11-11T12:53:27.607Z (about 2 months ago)
- Topics: amok-exifsorter, ansible, ansible-galaxy-role, ansible-role, exif, exifsorter
- Language: Jinja
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Amok Exifsorter
[![CI](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/ci.yml)
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/publish_role_on_ansible_galaxy.yml)Install Amok Exifsorter via download.
- Download and verify (md5) the specified Amok Exifsorter
- Install to `/opt`
- Create Menu-Entry for all users## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
| Name | Default Value | Description |
| -------------- | --------------- | -----------------------------------|
| `download_dir_on_remote_host` | "/home/{{ ansible_user }}/Downloads/automatically_by_ansible_playbook" | Download Base Directory on Remote Host |
| `amok_exifsorter.version` | "3.2.0-linux_x86_64" | Amok Exifsorter Version you want to install |
| `amok_exifsorter.checksum` | "md5:1e84aacf9f870b68710dd588fed020df" | Checksum of the version to be downloaded |## Dependencies
None.
## Example Playbook
```yaml
---
- hosts: all
gather_facts: true
become: trueroles:
- role: jakoblichterfeld.amok_exifsorter```
## License
MIT
## Author Information
This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).