jetzt aber
This commit is contained in:
3
main.yml
3
main.yml
@@ -1,14 +1,17 @@
|
|||||||
---
|
---
|
||||||
|
### Setup needs to be done if task is run from ansible-semaphore docker container
|
||||||
- name: Install required Pip modules
|
- name: Install required Pip modules
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install python-setup tools
|
- name: Install python-setup tools
|
||||||
|
remote_user: root
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Install proxmoxer and requests modules
|
- name: Install proxmoxer and requests modules
|
||||||
|
remote_user: root
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
- proxmoxer
|
- proxmoxer
|
||||||
|
|||||||
Reference in New Issue
Block a user