Add auto-cleaning for caddy sites
This commit is contained in:
		
							parent
							
								
									7a1a8a348a
								
							
						
					
					
						commit
						aa9c76a622
					
				
					 7 changed files with 40 additions and 14 deletions
				
			
		|  | @ -3,9 +3,8 @@ | |||
|   ansible.builtin.import_tasks: tasks/set-default-facts.yml | ||||
| 
 | ||||
| - name: Deploy extra services | ||||
|   vars: | ||||
|     svc: "{{ extra_services_svc }}" | ||||
|   block: | ||||
|     - name: Import tasks to template the site and functions for the reverse proxy | ||||
|       ansible.builtin.include_tasks: tasks/steps/template-site-config.yml | ||||
|       loop: "{{ extra_services_all }}" | ||||
|       loop_control: | ||||
|         loop_var: svc | ||||
|  |  | |||
|  | @ -1,2 +1,4 @@ | |||
| --- | ||||
| extra_services_all: "{{ vault_extra_services }}" | ||||
| extra_services_svc: | ||||
|   name: extra_services | ||||
|   extra_svcs: "{{ vault_extra_services }}" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue