Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 speakers

Enable 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`