From 1dc3ad90f250a23bad269d259b8a7dc4f9cbcc2c Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 31 Mar 2023 01:34:09 -0400 Subject: [PATCH] Latest --- ... => run_onchange_after_24-vpn-linux.sh.tmpl} | 0 ...after_26-system-vscode-node-modules.sh.tmpl} | 0 ...onchange_after_26-vscode-extensions.sh.tmpl} | 0 ...r.tmpl => run_onchange_after_27-tor.sh.tmpl} | 0 ...pl => run_onchange_after_28-privoxy.sh.tmpl} | 0 ...mpl => run_onchange_after_40-chrome.sh.tmpl} | 0 ...pl => run_onchange_after_40-firefox.sh.tmpl} | 0 ...nge_after_41-vagrant-vmware-utility.sh.tmpl} | 0 sake.yaml | 17 +++++++++++++++++ 9 files changed, 17 insertions(+) rename home/.chezmoiscripts/universal/{run_onchange_after_24-vpn-linux.tmpl => run_onchange_after_24-vpn-linux.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_26-system-vscode-node-modules.tmpl => run_onchange_after_26-system-vscode-node-modules.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_26-vscode-extensions.tmpl => run_onchange_after_26-vscode-extensions.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_27-tor.tmpl => run_onchange_after_27-tor.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_28-privoxy.tmpl => run_onchange_after_28-privoxy.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_40-chrome.tmpl => run_onchange_after_40-chrome.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_40-firefox.tmpl => run_onchange_after_40-firefox.sh.tmpl} (100%) rename home/.chezmoiscripts/universal/{run_onchange_after_41-vagrant-vmware-utility.tmpl => run_onchange_after_41-vagrant-vmware-utility.sh.tmpl} (100%) 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