forked from CCCHH/ansible-infra
		
	Use prefix for role variables, have an ending newline at the end of files and use changed_when for command. Also exclude *.sops.yaml files from ansible-lint.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			628 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			628 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/compose.yaml.j2') }}"
 | |
| docker_compose__configuration_files:
 | |
|   - name: accfile.conf
 | |
|     content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/accfile.conf.j2') }}"
 | |
|   - name: regexroute.conf
 | |
|     content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
 | |
|   - name: regfile.conf
 | |
|     content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
 | |
| docker_compose__restart_cmd: "exec yate sh -c 'kill -1 1'"
 |