Last active
August 10, 2022 14:15
-
-
Save mschuwalow/a069e2b07084d85e499a07f14b1a7d56 to your computer and use it in GitHub Desktop.
cc_k3os_agent_1
This file contains hidden or 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-agent-1 | |
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.21/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 | |
server_url: https://192.168.1.20:6443 | |
token: K10a799213b22856b73a0aa12e0d790dd4fb6cc39149ce07f16e554fe8894db06a9::server:d0b65b9ab398e3db99613ebc4918abbf | |
k3s_args: | |
- agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment