From d32d09b1aaeab9219543916b43380288c386af1d Mon Sep 17 00:00:00 2001 From: Andrey Sokolov Date: Fri, 13 Aug 2021 15:00:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=BE=D0=BD=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20ignition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-net.ign | 1 + config.ign | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 config-net.ign create mode 100644 config.ign diff --git a/config-net.ign b/config-net.ign new file mode 100644 index 0000000..aab2c2f --- /dev/null +++ b/config-net.ign @@ -0,0 +1 @@ +{"ignition":{"config":{"replace":{"source":"http://31.184.254.102/tmp/example2.ign","verification":{"hash":"sha512-e2bb19fdbc3604f511b13d66f4c675f011a63dd967b97e2fe4f5d50bf6cb224e902182221ba0f9dd87c0bb4abcbd2ab428eb7965aa7f177eb5630e7a1793e2e6"}}},"version":"3.3.0"}} \ No newline at end of file diff --git a/config.ign b/config.ign new file mode 100644 index 0000000..39f85b7 --- /dev/null +++ b/config.ign @@ -0,0 +1,16 @@ +{ + "ignition": { + "version": "3.2.0" + }, + "passwd": { + "users": [ + { + "groups": [ + "wheel" + ], + "name": "keremet", + "passwordHash": "$y$j9T$ZEYmKSGPiNFOZNTjvobEm1$IXLGt5TxdNC/OhJyzFK5NVM.mt6VvdtP6mhhzSmvE94" + } + ] + } +}