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

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.

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