Latest
This commit is contained in:
parent
073d3ee6fa
commit
1dc3ad90f2
9 changed files with 17 additions and 0 deletions
17
sake.yaml
17
sake.yaml
|
@ -1,9 +1,26 @@
|
||||||
servers:
|
servers:
|
||||||
localhost:
|
localhost:
|
||||||
|
desc: The localhost - your beefed up laptop
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
local: true
|
local: true
|
||||||
|
env:
|
||||||
|
|
||||||
|
maas:
|
||||||
|
desc: An always-on Intel NUC dedicated to running MAAS
|
||||||
|
host: maas.ssh.megabyte.space
|
||||||
|
env:
|
||||||
|
# Example specifying the fork to use
|
||||||
|
START_REPO: https://gitlab.com/megabyte-labs/install.doctor.git
|
||||||
|
|
||||||
|
workhorse:
|
||||||
|
desc: The $300 dollar server with 128GB RAM you bought on eBay
|
||||||
|
host: workhorse.ssh.megabyte.space
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
ping:
|
ping:
|
||||||
desc: Send a test echo command
|
desc: Send a test echo command
|
||||||
cmd: echo "Works!"
|
cmd: echo "Works!"
|
||||||
|
provision:
|
||||||
|
desc: Provision the device with Install Doctor
|
||||||
|
cmd: bash <(curl -sSL https://install.doctor/start)
|
Loading…
Reference in a new issue