From 3422500024f0bcadd846998f63e88f4628d6ab6a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 28 Jun 2022 14:20:51 +0200 Subject: [PATCH] Move the proxmox user service in the proxmox playbook Signed-off-by: Yohann D'ANELLO --- plays/proxmox.yml | 2 ++ plays/root.yml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/plays/proxmox.yml b/plays/proxmox.yml index cc44d139..70d55ed0 100755 --- a/plays/proxmox.yml +++ b/plays/proxmox.yml @@ -3,6 +3,8 @@ - hosts: virtu vars: debian_images: '{{ glob_debian_images | default({}) | combine(loc_debian_images | default({})) }}' + service: "{{ glob_service_proxmox_user | default({}) | combine(loc_service_proxmox_user | default({})) }}" roles: - proxmox-apt-sources - proxmox-debian-images + - service diff --git a/plays/root.yml b/plays/root.yml index 6a632c76..e9d7d0ad 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -3,11 +3,8 @@ # root is the first playbook to launch (as root) whe initiation a new server - hosts: virtu - vars: - service: "{{ glob_service_proxmox_user | default({}) | combine(loc_service_proxmox_user | default({})) }}" roles: - proxmox-apt-sources - - service - hosts: server roles: