Created
September 19, 2018 12:28
-
-
Save castrojo/00daad00446d4b06aa4a4ef7925bac80 to your computer and use it in GitHub Desktop.
coreos.yml
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
locksmith: | |
window_start: 04:00 | |
window_length: 1h | |
reboot_strategy: "reboot" | |
update: | |
group: "stable" | |
server: "https://public.update.core-os.net/v1/update/" | |
systemd: | |
units: | |
storage: | |
files: | |
- filesystem: "root" | |
path: "/etc/hostname" | |
mode: 0644 | |
contents: | |
inline: tediore | |
path: /home/jorge/.toolboxrc | |
user: | |
name: "jorge" | |
contents: | |
inline: TOOLBOX_DOCKER_IMAGE=ubuntu | |
path: /root/.toolboxrc | |
user: | |
name: "root" | |
contents: | |
inline: TOOLBOX_DOCKER_IMAGE=ubuntu | |
path: /etc/conf.d/nfs | |
mode: 0644 | |
contents: | |
inline: OPTS_RPC_MOUNTD="" | |
passwd: | |
users: | |
- name: core | |
ssh_authorized_keys: | |
- "ssh-rsa blah" | |
- name: "jorge" | |
password_hash: "blah" | |
ssh_authorized_keys: | |
- "ssh-rsa blah" | |
groups: | |
- "sudo" | |
- "docker" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment