Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdoran/ansible-role-retropie
Ansible role to install RetroPie
https://github.com/samdoran/ansible-role-retropie
Last synced: 3 days ago
JSON representation
Ansible role to install RetroPie
- Host: GitHub
- URL: https://github.com/samdoran/ansible-role-retropie
- Owner: samdoran
- Created: 2019-06-25T13:10:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T20:13:55.000Z (over 3 years ago)
- Last Synced: 2024-11-01T09:14:32.110Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Retropie
=========Setup [RetroPie](https://retropie.org.uk) to turn a Pi into a retro gaming station.
This role clones the RetroPie repo. After this role runs, you will need to run `/home/{{ retropie_user }}/RetroPie/retropie_setup.sh` to install and configure RetroPie.
Requirements
------------None.
Role Variables
--------------| Name | Default Value | Description |
|-------------------|---------------------|----------------------|
| `retropie_user` | `retropie` | User account where RetroPie will be cloned and that will run RetroPie. |
| `retropie_group` | `retropie` | Group for `retropie_user` |
| `retropie_extra_groups` | `[sudo]` | Extra groups `{{ retropie_user }}` will be added to. |
| `retropie_git_repo` | `https://github.com/RetroPie/RetroPie-Setup.git` | URL to download RetroPie from. |
| `retropie_timezone` | `America/New_York` | Timezone to set the system to. |
| `retropie_version` | `HEAD` | Version to checkout |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- samdoran.retropieLicense
-------Apache 2.0