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
 | 
			
		||||
  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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue