https://github.com/darkweak/ansible-raspberry-cluster
This repository hosts my configuration about my own raspberry cluster using k3s. Thanks to the @k3s-io for providing many sources.
https://github.com/darkweak/ansible-raspberry-cluster
Last synced: 5 months ago
JSON representation
This repository hosts my configuration about my own raspberry cluster using k3s. Thanks to the @k3s-io for providing many sources.
- Host: GitHub
- URL: https://github.com/darkweak/ansible-raspberry-cluster
- Owner: darkweak
- Created: 2021-01-11T17:17:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T17:31:43.000Z (over 5 years ago)
- Last Synced: 2025-07-12T21:41:25.985Z (12 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple raspberry cluster deployment using ansible
## Usage
```shell script
$ git clone https://github.com/Darkweak/ansible-raspberry-cluster.git
```
```shell script
$ cd ansible-raspberry-cluster
```
Edit as your own the `hosts` file
### Deployment
Just run
```shell script
$ make deploy
```
### Reset
Just run
```shell script
$ make reset
```