From 6bfb387008b8dac396e3aee2d4e243bd49a6996c Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Fri, 16 Jun 2023 19:43:27 +0200 Subject: [PATCH] =?UTF-8?q?fixme=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/main.yml b/main.yml index 32e1246..3bee44d 100644 --- a/main.yml +++ b/main.yml @@ -1,22 +1,23 @@ --- ### 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 +# FIXME NOT WORKING ON Semaphore in docker yet +# - name: Install required Pip modules +# hosts: localhost +# tasks: +# - name: Install python-setup tools +# remote_user: semaphore +# package: +# name: +# - python3-setuptools +# state: latest - - name: Install proxmoxer and requests modules - remote_user: root - pip: - name: - - proxmoxer - - requests - state: present +# - name: Install proxmoxer and requests modules +# remote_user: semaphore +# pip: +# name: +# - proxmoxer +# - requests +# state: present - name: Create VM from template, update the ip and hardware, resize the disk, hosts: all