Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardobranco777/ansible-debian
Ansible configuration for Debian 12 & Ubuntu 23.10 on Raspberry Pi 4b / 5
https://github.com/ricardobranco777/ansible-debian
ansible ansible-playbook debian raspberry-pi ubuntu
Last synced: 15 days ago
JSON representation
Ansible configuration for Debian 12 & Ubuntu 23.10 on Raspberry Pi 4b / 5
- Host: GitHub
- URL: https://github.com/ricardobranco777/ansible-debian
- Owner: ricardobranco777
- License: mit
- Created: 2023-11-15T16:29:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-07T13:29:44.000Z (18 days ago)
- Last Synced: 2025-01-07T14:34:27.239Z (18 days ago)
- Topics: ansible, ansible-playbook, debian, raspberry-pi, ubuntu
- Language: Jinja
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I use this playbook to install the following on my Raspberry Pi 4b & 5 running Ubuntu 24.04 & Debian 12:
- Docker CE
- Podman
- NFS / Samba
- Golang from upstream
- vlc to connect to BlueTooth speakersEnable SSH:
```
sudo apt install openssh-server
sudo systemctl --enable now ssh
```Check:
`ansible-playbook -v -C -i inventory.yml main.yml`Run with:
`ansible-playbook -v -i inventory.yml main.yml`