Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitzy1321/raspberry-ansible-docker
raspberry-ansible-docker
https://github.com/fitzy1321/raspberry-ansible-docker
Last synced: about 7 hours ago
JSON representation
raspberry-ansible-docker
- Host: GitHub
- URL: https://github.com/fitzy1321/raspberry-ansible-docker
- Owner: fitzy1321
- Created: 2024-02-14T19:06:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:48:55.000Z (9 months ago)
- Last Synced: 2024-10-09T20:06:20.205Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi + Ansible + Docker
I want to learn how to manage my raspberry pi's with ansible.
This is in preparation of my raspberry pi cluster project.
## Initial Outcomes
As a prereq to managing a cluster of Pis, I want to learn how to manage one Pi to run docker containers.
Use ansible to setup the Pi.
How do I deploy containers to the Pi tho? Can ansible do that?
## Starting point
So what is ansible, and how can I manage one Pi with it?
I'm on mac os, and my Raspberry Pi 4 B is running headless rasp os.
How do I get started with ansible?