jetzt aber

This commit is contained in:
2023-06-16 19:34:35 +02:00
parent fcf522c608
commit 36399b4d02

View File

@@ -1,14 +1,17 @@
---
### Setup needs to be done if task is run from ansible-semaphore docker container
- name: Install required Pip modules
hosts: localhost
tasks:
- name: Install python-setup tools
remote_user: root
package:
name:
- python3-setuptools
state: latest
- name: Install proxmoxer and requests modules
remote_user: root
pip:
name:
- proxmoxer