Move the proxmox user service in the proxmox playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
linter
Yohann D'ANELLO 2022-06-28 14:20:51 +02:00
parent 80db7ec7aa
commit 3422500024
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,8 @@
- hosts: virtu - hosts: virtu
vars: vars:
debian_images: '{{ glob_debian_images | default({}) | combine(loc_debian_images | default({})) }}' debian_images: '{{ glob_debian_images | default({}) | combine(loc_debian_images | default({})) }}'
service: "{{ glob_service_proxmox_user | default({}) | combine(loc_service_proxmox_user | default({})) }}"
roles: roles:
- proxmox-apt-sources - proxmox-apt-sources
- proxmox-debian-images - proxmox-debian-images
- service

View File

@ -3,11 +3,8 @@
# root is the first playbook to launch (as root) whe initiation a new server # root is the first playbook to launch (as root) whe initiation a new server
- hosts: virtu - hosts: virtu
vars:
service: "{{ glob_service_proxmox_user | default({}) | combine(loc_service_proxmox_user | default({})) }}"
roles: roles:
- proxmox-apt-sources - proxmox-apt-sources
- service
- hosts: server - hosts: server
roles: roles: