Добавлены примеры конфигурационных файлов ignition

This commit is contained in:
Andrey Sokolov 2021-08-13 15:00:54 +03:00
parent 2412facdea
commit d32d09b1aa
2 changed files with 17 additions and 0 deletions

1
config-net.ign Normal file
View File

@ -0,0 +1 @@
{"ignition":{"config":{"replace":{"source":"http://31.184.254.102/tmp/example2.ign","verification":{"hash":"sha512-e2bb19fdbc3604f511b13d66f4c675f011a63dd967b97e2fe4f5d50bf6cb224e902182221ba0f9dd87c0bb4abcbd2ab428eb7965aa7f177eb5630e7a1793e2e6"}}},"version":"3.3.0"}}

16
config.ign Normal file
View File

@ -0,0 +1,16 @@
{
"ignition": {
"version": "3.2.0"
},
"passwd": {
"users": [
{
"groups": [
"wheel"
],
"name": "keremet",
"passwordHash": "$y$j9T$ZEYmKSGPiNFOZNTjvobEm1$IXLGt5TxdNC/OhJyzFK5NVM.mt6VvdtP6mhhzSmvE94"
}
]
}
}