mirror of
				https://github.com/Rudd-O/ansible-qubes.git
				synced 2025-10-31 03:28:56 +01:00 
			
		
		
		
	Update qubesformation.py
This commit is contained in:
		
							parent
							
								
									e5aef5be64
								
							
						
					
					
						commit
						f1db77fb05
					
				| @ -23,11 +23,13 @@ def generate_datastructure(vms, task_vars): | |||||||
|         # This allows you to deploy in multiple stages which is useful in cases |         # This allows you to deploy in multiple stages which is useful in cases | ||||||
|         # where you want to create a template after another template is already provisioned. |         # where you want to create a template after another template is already provisioned. | ||||||
|         print(json.dumps(task_vars, default=vars)) |         print(json.dumps(task_vars, default=vars)) | ||||||
|         print(task_vars.ansible_facts.) |         print(task_vars.ansible_facts) | ||||||
|         if hasattr(task_vars.ansible_facts, 'formation_vm_groups'): |         if hasattr(task_vars.ansible_facts, 'formation_vm_groups'): | ||||||
|             continueLoop = true |             continueLoop = true | ||||||
|             print("formation") |             print("formation") | ||||||
|             print(task_vars.ansible_facts['formation_vm_groups']) |             print(task_vars.ansible_facts['formation_vm_groups']) | ||||||
|  |             print("hostvars") | ||||||
|  |             print(task_vars['hostvars'][n]) | ||||||
|             for group in task_vars.ansible_facts['formation_vm_groups']: |             for group in task_vars.ansible_facts['formation_vm_groups']: | ||||||
|                 print("group vars") |                 print("group vars") | ||||||
|                 print(task_vars.ansible_facts.groups[group]) |                 print(task_vars.ansible_facts.groups[group]) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Brian Zalewski
						Brian Zalewski