fixme hinzugefügt

This commit is contained in:
2023-06-16 19:43:27 +02:00
parent 36399b4d02
commit 6bfb387008

View File

@@ -1,22 +1,23 @@
--- ---
### Setup needs to be done if task is run from ansible-semaphore docker container ### Setup needs to be done if task is run from ansible-semaphore docker container
- name: Install required Pip modules # FIXME NOT WORKING ON Semaphore in docker yet
hosts: localhost # - name: Install required Pip modules
tasks: # hosts: localhost
- name: Install python-setup tools # tasks:
remote_user: root # - name: Install python-setup tools
package: # remote_user: semaphore
name: # package:
- python3-setuptools # name:
state: latest # - python3-setuptools
# state: latest
- name: Install proxmoxer and requests modules # - name: Install proxmoxer and requests modules
remote_user: root # remote_user: semaphore
pip: # pip:
name: # name:
- proxmoxer # - proxmoxer
- requests # - requests
state: present # state: present
- name: Create VM from template, update the ip and hardware, resize the disk, - name: Create VM from template, update the ip and hardware, resize the disk,
hosts: all hosts: all