Last active
September 30, 2020 18:04
-
-
Save mschuwalow/cf2f6d7798004fb71ba1a0d0966bfbdf to your computer and use it in GitHub Desktop.
cc_k3s_1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hostname: k3s-server | |
ssh_authorized_keys: | |
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDe8tQLn309eFVk1RsJuDYsnhyCcYAXwHPo5+R5F/y0TsOTywaoaaSfXrqlSqJiq3fERWEDvhoCUga2hdNrCnmJgdBnPDGlrxWJrEH8rqEut/BKvoCXXgYZhtFqDGgekacqb8Fg8jTSwUtCaXzgJFh4BrBDI7JKPz89SEwGeHHJUXp0OdXF1r1VQDDel2Lllzm87ucYft8XDMZ7zEtB6OiM/x86Na4UBWJoNxMvDlohxWGIcVARzJ3XlXwELcwqafm6ZqqMyJH8O29rgFW4TlCKYLuxaoW92KMFtY8DHmJNiLcgyed8lBxqc7LILaz3VJLpXIqa/s19dcjHTmatncM2OhjeiO39mJOitqhLR4tL9E/Kw7UtpydJ28HbE+nECrOtyTFjNH9ZquHOLoyEWH/xu5n1LEAFRCuoJnPag7bWtaRrL8D7wmssx/co4eiTbfmrl7Cc6GD8XI4RUvaJXm41Tbbm1L32kvi35iJPij0PfjrPgVtM9ViwM5B9PWv0HM22KZexsguI5Hv4SJeVcDNHAyTuPw20VbkDSJQlLV5B7MsLlbQEOutf2BqkDSUIZwe6ox0n2S3vKPtRJ32p7MT5r4bJrgroVLuU7qCaIxXrvTjWR8WXV0/WCN+HRVnEbHNNGDhhpYtUV5EeFsW5A55gCE8zk+GNAqwytYraMemN+Q== rancher@rancher" | |
write_files: | |
- path: /var/lib/connman/default.config | |
content: |- | |
[service_eth0] | |
Type=ethernet | |
IPv4=192.168.1.20/255.255.255.0/192.168.1.1 | |
IPv6=off | |
Nameservers=192.168.1.1 | |
k3os: | |
ntp_servers: | |
- 0.us.pool.ntp.org | |
- 1.us.pool.ntp.org | |
k3s_args: | |
- server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment