Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardolins/clustereasy
https://github.com/bernardolins/clustereasy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardolins/clustereasy
- Owner: bernardolins
- License: apache-2.0
- Created: 2016-02-07T03:20:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T00:46:56.000Z (over 8 years ago)
- Last Synced: 2024-06-20T06:21:56.765Z (5 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# clustereasy
## Input
```yaml
cluster:
token: rio
state: newnodes:
- 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.5kubernetes:
deploy: true
master:
- camposunits:
- name: sshd.socket
command: start
```