Skip to content

Instantly share code, notes, and snippets.

View SvenDowideit's full-sized avatar
🤓
Back to reading code, wincing, and wishing it wasn't how it was.

Sven Dowideit SvenDowideit

🤓
Back to reading code, wincing, and wishing it wasn't how it was.
  • Dept. of the Environment, Tourism, Science and Innovation, Queensland
  • Brisbane, QLD, Australia
View GitHub Profile
#cloud-config
# Auto install RancherOS on the first disk (we're assuming there is nothing you want to keep), and use the existing kernel params.
write_files:
- path: /opt/install
permissions: "0755"
content: |
#!/bin/sh
set -ex
echo "running" > /var/log/ros-install.log
system-docker exec console ros install -i rancher/os:v1.0.2 -d $(partprobe -s | head -n1 | cut -d : -f0) --append "$(cat /proc/cmdline)" -f --debug >> /var/log/install.log 2>&1

Keybase proof

I hereby claim:

  • I am SvenDowideit on github.
  • I am svendowideit (https://keybase.io/svendowideit) on keybase.
  • I have a public key whose fingerprint is 8D26 FB7D F0E6 F1A2 FE15 7C89 EC42 E718 BB32 51B0

To claim this, I am signing this object:

@SvenDowideit
SvenDowideit / merged_templates.json
Last active August 10, 2021 07:47
trying out some cue.
{
"version": "2",
"templates": [
{
"categories": [
"Other"
],
"description": "AdGuard Home is a network-wide software for blocking ads \u0026 tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.",
"env": [
{