Skip to content

Instantly share code, notes, and snippets.

@mxrss
Created March 9, 2021 04:23
Show Gist options
  • Save mxrss/d4e92381c58182b4ef15fb16765fd82c to your computer and use it in GitHub Desktop.
Save mxrss/d4e92381c58182b4ef15fb16765fd82c to your computer and use it in GitHub Desktop.
ssh_authorized_keys:
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL4Y3XQE7SImLeU1W0he0tyZ/dQREgLHRxxss/c/PNgm0AHGOyLQbfGK4Gem2u4egJzz3lx2lfvDMgvFnG0KT4TzPJHZBHo9g
8ly+2ncjSZvwyqWmzsHSD7e/nO+JXhzGVnsiQhgUUYSvwONVOXFB94+vgsARfp6JVENP+B456HvZQSVAbQbuhDaPc4O/YryEpDPXuWCq17rgWcZHzO2xncfsQwbpI3VcspiRAfNF9i
0Uq2mSkVtajR5z2Bw1fSBYzS9Qkwpu4eQCh+pV84SY6bvbTN8Gwvgs3E/tfegVL+z9Ht+wDeyWhTc1J0sRSJv4+sijfkAZhj+MpgfCnlPh3"
- github:mxrss
- github:mxrss2
hostname: core-host
write_files:
- path: /var/lib/connman/default.config
content: |-
[service_eth0]
Type=ethernet
IPv4=192.168.4.3/255.255.255.0/192.168.4.1
IPv6=off
Nameservers = 8.8.8.8
k3os:
password: rancher
dns_nameservers:
- 8.8.8.8
- 1.1.1.1
labels:
region: us-west-temecula-1
ntp_servers:
- 0.us.pool.ntp.org
- 1.us.pool.ntp.org
k3s_args:
- server
- --disable=traefik,servicelb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment