1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Files
geek-cookbook/examples/cloud-config.txt
2017-07-17 22:39:48 +12:00

17 lines
507 B
Plaintext

#cloud-config
ssh_authorized_keys:
- ssh-rsa ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFkmE2zK7uE9q75nzQxa9tQPHiCgaEUkIDj9xdoPL911 davidy@funkypenguin.co.nz
write_files:
- path: /etc/docker-latest/daemon.json
content: |
{
"log-driver": "journald",
"signature-verification": false,
"experimental": true
}
runcmd:
- systemctl disable docker --now
- systemctl enable docker-latest --now
- sed -i '/DOCKERBINARY/s/^#//g' /etc/sysconfig/docker
- /bin/atomic host upgrade