Skip to content

Instantly share code, notes, and snippets.

@harrisonde
Last active May 2, 2022 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrisonde/1d984f66a9c48ac0d18011d704fe5d76 to your computer and use it in GitHub Desktop.
Save harrisonde/1d984f66a9c48ac0d18011d704fe5d76 to your computer and use it in GitHub Desktop.
ssh_authorized_keys:
- github:harrisonde
hostname: k3os-master
run_cmd:
- "echo hi from run command"
boot_cmd:
- "echo hi from boot command"
init_cmd:
- "echo hi from init command"
k3os:
dns_nameservers:
- 8.8.8.8
- 1.1.1.1
ntp_servers:
- 0.us.pool.ntp.org
- 1.us.pool.ntp.org
k3s_args:
- server
- "--no-deploy=traefik"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment