-
-
Save dweomer/8750d56fb21a3fbc8d888609d6e74296 to your computer and use it in GitHub Desktop.
k3os/config.yaml
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:dweomer |
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
write_files: | |
- enconding: "" | |
content: | | |
Here is a line. | |
Another line is here | |
owner: root | |
path: test2.txt | |
permissions: '0777' | |
run_cmd: | |
- "echo 'Hello, RUN' >> test2.txt" | |
boot_cmd: | |
- "echo 'Hello, BOOT' >> test2.txt" | |
k3os: | |
password: rancher |
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
k3os: | |
password: rancher | |
sysctls: | |
kernel.panic: 30 |
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
dns_nameservers: | |
- 192.168.4.1 | |
- 1.1.1.1 | |
- 8.8.8.8 | |
ntp_servers: | |
- 192.168.4.1 | |
- pool.ntp.org |
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
k3os: | |
dns_nameservers: | |
- 1.1.1.1 | |
password: rancher |
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
k3os: | |
password: rancher | |
environment: | |
http_proxy: http://1.1.1.1:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment