Add influxdb to ansible
This commit is contained in:
		
							parent
							
								
									96fd62dc3d
								
							
						
					
					
						commit
						2500d672fb
					
				
					 12 changed files with 102 additions and 87 deletions
				
			
		| 
						 | 
				
			
			@ -2,3 +2,6 @@
 | 
			
		|||
  ansible.builtin.command:
 | 
			
		||||
    cmd: docker compose up -d
 | 
			
		||||
    chdir: "{{ service_path }}"
 | 
			
		||||
  when: "'local-dev' != inventory_hostname"
 | 
			
		||||
  register: cmd_result
 | 
			
		||||
  changed_when: "cmd_result.stderr | regex_search('Started$')"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue