Initial commit

This commit is contained in:
Dmitriy Ramazanov 2021-12-08 23:21:50 +05:00
commit acb1d3b6ac
3 changed files with 22 additions and 0 deletions

Binary file not shown.

7
test.bu Normal file
View File

@ -0,0 +1,7 @@
variant: fcos
version: 1.4.0
passwd:
users:
- name: eof
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILC6kmOqZtr9kmAppvfElXSOMkKd8TznZV68JAvUxSl/ EoF

15
test.ign Normal file
View File

@ -0,0 +1,15 @@
{
"ignition": {
"version": "3.3.0"
},
"passwd": {
"users": [
{
"name": "eof",
"sshAuthorizedKeys": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILC6kmOqZtr9kmAppvfElXSOMkKd8TznZV68JAvUxSl/ EoF"
]
}
]
}
}