Move the proxmox user service in the proxmox playbook
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>linter
parent
80db7ec7aa
commit
3422500024
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue