Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgerhardy/ansible-retropie
https://github.com/mgerhardy/ansible-retropie
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgerhardy/ansible-retropie
- Owner: mgerhardy
- Created: 2021-01-07T09:26:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T11:20:31.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T08:12:01.849Z (2 months ago)
- Language: Makefile
- Size: 921 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose
Configure your retropie.
# Configuration
* Configure `inventory/group_vars/all.yml` vars like `nfs_server` and `nfs_base_path`.
* Add your ssh keys to `roles/raspbian/tasks/ssh.yml`.
## Ansible vault
Put your vault password in the file `.vault_pass` (it's in the `.gitignore`). The default password is `foobar`.
Now configure your password
# Makefile
Make sure to configure your ssh keys for the Raspis, otherwise you won't be able to login afterwards (SSH password logins are disabled afterwards).
The ansible playbooks are controlled with a simple `Makefile`. See the help target for more details.
Execute `make help`.