exporters reorganization
This commit is contained in:
		
							
								
								
									
										15
									
								
								tasks/exporter/services/blackbox.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								tasks/exporter/services/blackbox.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| --- | ||||
| - include_tasks: ../common.yml | ||||
|   tags: ['prometheus_blackbox_exporter'] | ||||
|  | ||||
| - name: 'blackbox exporter | configuration' | ||||
|   template: | ||||
|     src: conf/prometheus-blackbox-exporter.j2 | ||||
|     dest: /etc/default/prometheus-blackbox-exporter | ||||
|     owner: root | ||||
|     group: root | ||||
|     mode: 0600 | ||||
|   register: prometheus_blackbox_exporter_configuration | ||||
|   notify: | ||||
|     - 'blackbox-exporter-restart' | ||||
|   tags: ['prometheus_blackbox_exporter'] | ||||
		Reference in New Issue
	
	Block a user