Created
March 6, 2020 20:26
-
-
Save tuksik/766b58851139fd78ce8c8755077f86cd to your computer and use it in GitHub Desktop.
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
ssh_authorized_keys: | |
- github:tuksik | |
hostname: k3osm | |
k3os: | |
dns_nameservers: | |
- 8.8.8.8 | |
- 1.1.1.1 | |
ntp_servers: | |
- 0.us.pool.ntp.org | |
- 1.us.pool.ntp.org | |
password: rancher | |
k3s_args: | |
- server | |
- "--no-deploy servicelb --no-deploy traefik" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment