Skip to content

Instantly share code, notes, and snippets.

@castrojo
Created September 19, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save castrojo/00daad00446d4b06aa4a4ef7925bac80 to your computer and use it in GitHub Desktop.
Save castrojo/00daad00446d4b06aa4a4ef7925bac80 to your computer and use it in GitHub Desktop.
coreos.yml
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