ansible-collection-uyuni
ansible-collection-uyuni copied to clipboard
Ansible Collection for Uyuni / SUSE Manager
It would be nice to have the possibility to also automate containerized installations: https://www.uyuni-project.org/uyuni-docs/en/uyuni/installation-and-upgrade/container-deployment/uyuni/opensuse-leap-micro-deployment.html
With this we have the capability of accepting the salt-key while bootstrapping and removing the System from Uyuni while deleting the minion The actions are handeled via the rest api....
When I using uyuni collection to bootstrap a few linux servers, AWX show me following error: "HTTP Error 404: 404", "status_code": 404, "url": "http://myuyunifqdn/pub/bootstrap/bootstrap-oraclelinux8.9.sh"} looking for uyuni docs and open...
For some actions (*e.g. installing patches*) it is required to wait until they are finished before the next step (*e.g. rebooting the host*) is executed. For this specific example, we...
For some scenarios it would be nice to have the option to pin LVs (Cache, Spacewalk, Database) to dedicated VGs.
From time to time there are regression bugs in openSUSE Leap / SLES that result in a orphaned task during patch installation. As a result, the patch task is still...
Maybe it would be easier to outsource the Uyuni Python library to a dedicated project?
This collection can't be used without special circumstances on SLES 15 as the system-wide Python 3.6 version is way too old. It would be nice to document how to deal...
It would be nice to have the possibility to filter systems based on their Custom Hostinfo keys, e.g.: ```yaml plugin: stdevel.uyuni.inventory host: 192.168.180.1 user: admin password: admin verify_ssl: false show_custom_values:...