diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-09-26 11:59:49 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-09-26 11:59:49 -0400 |
| commit | b6b49777d1fe610536b1eba28e0f20fe8c747885 (patch) | |
| tree | 7f9b442bf998d1cf055167f51932ecef674bea12 /lume/src/notes | |
| parent | dc65a8a80a3511bfaf8a9d3adba732783dff8306 (diff) | |
| download | xesite-b6b49777d1fe610536b1eba28e0f20fe8c747885.tar.xz xesite-b6b49777d1fe610536b1eba28e0f20fe8c747885.zip | |
fuck
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume/src/notes')
| -rw-r--r-- | lume/src/notes/2024/kubevirt-ubuntu-networking.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lume/src/notes/2024/kubevirt-ubuntu-networking.mdx b/lume/src/notes/2024/kubevirt-ubuntu-networking.mdx index 33fae23..688b696 100644 --- a/lume/src/notes/2024/kubevirt-ubuntu-networking.mdx +++ b/lume/src/notes/2024/kubevirt-ubuntu-networking.mdx @@ -28,15 +28,15 @@ disable_root: false write_files: - encoding: b64 - content: bmV0d29yazoKICB2ZXJzaW9uOiAyCiAgZXRoZXJuZXRzOgogICAgaWQwOgogICAgICBkaGNwNDogdHJ1ZQogICAgICBtYXRjaDoKICAgICAgICBuYW1lOiBlbnAqCg== - owner: root:root - path: /etc/netplan/99-net-fix.yaml - permissions: '0644' + content: bmV0d29yazoKICB2ZXJzaW9uOiAyCiAgZXRoZXJuZXRzOgogICAgaWQwOgogICAgICBkaGNwNDogdHJ1ZQogICAgICBtYXRjaDoKICAgICAgICBuYW1lOiBlbnAqCg== + owner: root:root + path: /etc/netplan/99-net-fix.yaml + permissions: "0644" users: - name: xe - groups: [ wheel ] - sudo: [ "ALL=(ALL) NOPASSWD:ALL" ] + groups: [wheel] + sudo: ["ALL=(ALL) NOPASSWD:ALL"] shell: /bin/bash ssh_import_id: - gh:xe |
