17 lines
350 B
Markdown
17 lines
350 B
Markdown
|
---
|
||
|
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`
|