Joerg Kastning

Results 32 comments of Joerg Kastning

When the documentation is autogenerated and this PR is not able to remove the typo as it would get overwritten, the PR could be closed than, right? Or is there...

Hey folks, I develop a similar role for the same use case as @ericzolf described here. The [kvm_provision_lab](https://github.com/Tronde/kvm_provision_lab) should ease the provisioning process of lab environments on KVM/QEMU hypervisors. [Already...

Hi @Andersson007, Well wether my role coud be useful to the contributor community of this collection is for the community to decide. I could think of the following use caes....

Hello @x09, Hello All, I have the same use case as described by @x09 in his initial post. I install some VMs to use them as templates to create new...

No worries @csmart and thanks a lot for your feedback. The role may improve over time as I use it in my lab environments. I'll show it again when it...

Well, I guess I misunderstood you then. Let me give the role one more tweak and I'll send a merge regquest. :-)

I have downgraded to `rhel-system-roles.noarch` `version: 1.22.0-2.el9` and ran the playbook again. This time the `podman secrets` were created. ``` ]$ ansible-playbook -i inventory -K --ask-vault-password deploy_mytinytodo.yml -vv ansible-playbook [core...

Just as a heads up before you'll spend too much time in the code blocks. With `rhel-system-roles` `version 1.23.0-2.21.el9` the podman secrets were *not* created. Downgrading the `rhel-system-roles` to `version...

OK, here is what I did to test with current upstream code: ``` ]$ git clone https://github.com/linux-system-roles/podman.git ]$ sudo mv /usr/share/ansible/roles/linux-system-roles.podman /usr/share/ansible/roles/linux-system-roles.podman.bak ]$ sudo mv ~/podman /usr/share/ansible/roles/linux-system-roles.podman ]$ ansible-galaxy collection...

I simplified my test environment, using the following playbook now: ## The playbook ``` --- - name: Troubleshoot Podman Secrets hosts: rhel9 tasks: - name: Deploy Podman Secrets ansible.builtin.include_role: name:...