fixme hinzugefügt
This commit is contained in:
33
main.yml
33
main.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user