Premier commit
This commit is contained in:
		
							
								
								
									
										12
									
								
								roles/icinga-fk/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								roles/icinga-fk/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
---
 | 
			
		||||
  - name: restart icinga
 | 
			
		||||
    service: name=icinga  state=restarted
 | 
			
		||||
 | 
			
		||||
  - name: stop icinga
 | 
			
		||||
    service: name=icinga  state=stopped
 | 
			
		||||
 | 
			
		||||
  - name: start icinga
 | 
			
		||||
    service: name=icinga  state=started
 | 
			
		||||
 | 
			
		||||
  - name: restart apache
 | 
			
		||||
    service: name=apache2 state=restarted
 | 
			
		||||
		Reference in New Issue
	
	Block a user