From 958f4a68d6f206a2420794b42d9856274d189479 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 9 Mar 2025 20:09:55 +0100 Subject: [PATCH] Add steps for OpenSUSE 15 VM --- .../guides/opensuse-preparation/default.en.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/02.linux/guides/opensuse-preparation/default.en.md diff --git a/pages/02.linux/guides/opensuse-preparation/default.en.md b/pages/02.linux/guides/opensuse-preparation/default.en.md new file mode 100644 index 0000000..519e26e --- /dev/null +++ b/pages/02.linux/guides/opensuse-preparation/default.en.md @@ -0,0 +1,16 @@ +--- +title: "Prepare OpenSuse 15.6 for Ansible" +visible: true +--- + +[toc] + +Steps for preparing an OpenSUSE 15.6 VM created from the official cloud images for Ansible management. + +## DNS Config + +Use `yast` or edit `/etc/sysconfig/network/config` to set the DNS-server + +## Python + +A new Python version is required, install `python312` using `zypper`