Created
March 24, 2023 23:47
-
-
Save gabrielrbeiro/2fc8ff451b3c0774ab77a17409059557 to your computer and use it in GitHub Desktop.
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
{ | |
"ignition": { | |
"version": "3.3.0" | |
}, | |
"passwd": { | |
"users": [ | |
{ | |
"groups": [ | |
"docker", | |
"wheel", | |
"sudo" | |
], | |
"name": "k", | |
"passwordHash": "$y$j9T$RkKgb3lmh2DjnbBKVu1Dq.$AYHe2m4r95shQ4Y5OkKI9ZdQQghFO6vnlhC/FJ.i3S5", | |
"sshAuthorizedKeys": [ | |
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBw/V/w01Jl/wKgJILywRr7niiFPKQu6PbjE51BONzwU" | |
] | |
} | |
] | |
}, | |
"storage": { | |
"files": [ | |
{ | |
"path": "/etc/sysctl.d/20-silence-audit.conf", | |
"contents": { | |
"compression": "", | |
"source": "data:,kernel.printk%3D4%0A" | |
} | |
}, | |
{ | |
"path": "/etc/hostname", | |
"contents": { | |
"source": "data:,fcos" | |
}, | |
"mode": 420 | |
}, | |
{ | |
"overwrite": true, | |
"path": "/etc/NetworkManager/system-connections/enp1s0.nmconnection", | |
"contents": { | |
"compression": "gzip", | |
"source": "data:;base64,H4sIAAAAAAAC/0zKMQ7CMAwF0N2nqLpT1YDYcg6GqoMVf2gk4kSJAfX2jHR9ekssZoieiq3ke0WAb2gGp6RhvKcGHf5n4JGSOdpDIk4mGQFW534hWlL9XFfK8K1oyGJveZGoNvSOHnie+DbxeeKZ6SmOr+wHJLXjGegXAAD//yM2ujeZAAAA" | |
}, | |
"mode": 384 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment