Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bernardolins/clustereasy


https://github.com/bernardolins/clustereasy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# clustereasy

## Input

```yaml
cluster:
token: rio
state: new

nodes:
- name: campos
interface: enp3s4
ip: 192.168.0.1

- name: caxias
interface: enp3s4
ip: 192.168.0.2

- name: macae
interface: enp3s4
ip: 192.168.0.3

- name: resende
interface: enp3s4
ip: 192.168.0.4

- name: arraial
interface: enps3s4
ip: 192.168.0.5

kubernetes:
deploy: true
master:
- campos

units:
- name: sshd.socket
command: start
```