Skip to content

Instantly share code, notes, and snippets.

@andrewwebber
Created August 20, 2019 14:49
Show Gist options
  • Save andrewwebber/0b707b8de94d9b9386a5340483780e1d to your computer and use it in GitHub Desktop.
Save andrewwebber/0b707b8de94d9b9386a5340483780e1d to your computer and use it in GitHub Desktop.
Fedora CoreOS Ignition
variant: fcos
version: 1.0.0
passwd:
users:
- name: core
password_hash: "$1$C5amXkYO$bMuC9SMpE5o9z2adxjHOy1"
ssh_authorized_keys:
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa/bNJmSdQfZAEdbFuaqgAKPj80j1CDbKLxzFtG64Sk9zibVbFtMF0D/z71knSVm0Gb1sMD4t8H7errp165tUAJHkDmrYXDghNebQ6xfRlFa+2LC8IBjO9q8W58pxkUvWPuDBnJHof3aKPc76R7xgaa93s/G5gV9nicWG8tR4R5/O8ydFj+fjF9bVeWE3wKLLzVf0mnh656KLESN+IXDECH0Z/V51/2eQ3g3nykcv2JceoA+pqrMUFlTPbomeUrb2pCh79CMQrtz7GK2D+vNWGh6bGFdjH/Gub7GxY9BorTdU5V2m6dEZLx8tuxxeQ+SmNLvm/jDq2KcwY6YvvI+3d"
groups:
- wheel
- sudo
- docker
- adm
- systemd-journal
shell: /bin/bash
storage:
files:
- path: /etc/sudoers.d/core
contents:
inline: |
core ALL=(ALL) NOPASSWD: ALL
mode: 0644
user:
id: 0
group:
id: 501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment