Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakoblichterfeld/ansible-role-sony_gps_assist_data
An Ansible role to install Sony-GPS-Assist-Data Script via git checkout.
https://github.com/jakoblichterfeld/ansible-role-sony_gps_assist_data
ansible ansible-galaxy-role ansible-role gps-assist-data sony-gps
Last synced: 13 days ago
JSON representation
An Ansible role to install Sony-GPS-Assist-Data Script via git checkout.
- Host: GitHub
- URL: https://github.com/jakoblichterfeld/ansible-role-sony_gps_assist_data
- Owner: JakobLichterfeld
- License: mit
- Created: 2023-08-28T16:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:25:45.000Z (10 months ago)
- Last Synced: 2024-11-11T12:52:37.427Z (about 2 months ago)
- Topics: ansible, ansible-galaxy-role, ansible-role, gps-assist-data, sony-gps
- Homepage:
- Size: 11.7 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: Sony-GPS-Assist-Data
[![CI](https://github.com/JakobLichterfeld/ansible-role-sony_gps_assist_data/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-sony_gps_assist_data/actions/workflows/ci.yml)
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-sony_gps_assist_data/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-sony_gps_assist_data/actions/workflows/publish_role_on_ansible_galaxy.yml)Install Sony-GPS-Assist-Data Script via git checkout
- Install Dependencies
- Git checkout the Bash Script## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
| Name | Default Value | Description |
| -------------- | --------------- | -----------------------------------|
| `sony_gps_assist_data.repo` | "https://github.com/Zigazou/SonyGPSAssist.git" | Repo of Bash Script |
| `sony_gps_assist_data.dest` | "/home/{{ ansible_user }}/Downloads/sony_gps_assist_data" | Destination folder from which you want to run the script |## Dependencies
None.
## Example Playbook
```yaml
---
- hosts: all
gather_facts: true
become: trueroles:
- role: jakoblichterfeld.sony_gps_assist_data```
## License
MIT
## Author Information
This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).