2023-03-27 16:23:46 -07:00
|
|
|
servers:
|
|
|
|
localhost:
|
2023-03-30 22:34:09 -07:00
|
|
|
desc: The localhost - your beefed up laptop
|
2023-03-27 16:23:46 -07:00
|
|
|
host: 0.0.0.0
|
|
|
|
local: true
|
2023-03-30 22:34:09 -07:00
|
|
|
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
|
|
|
|
|
2023-03-27 16:23:46 -07:00
|
|
|
|
|
|
|
tasks:
|
|
|
|
ping:
|
|
|
|
desc: Send a test echo command
|
|
|
|
cmd: echo "Works!"
|
2023-03-30 22:34:09 -07:00
|
|
|
provision:
|
|
|
|
desc: Provision the device with Install Doctor
|
|
|
|
cmd: bash <(curl -sSL https://install.doctor/start)
|