diff --git a/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_40-chrome.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl diff --git a/sake.yaml b/sake.yaml index fd1a3998..89000153 100644 --- a/sake.yaml +++ b/sake.yaml @@ -1,9 +1,26 @@ servers: localhost: + desc: The localhost - your beefed up laptop host: 0.0.0.0 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: ping: desc: Send a test echo command cmd: echo "Works!" + provision: + desc: Provision the device with Install Doctor + cmd: bash <(curl -sSL https://install.doctor/start) \ No newline at end of file