readme update e rinominata cartella nginx perché forse non servirà più
This commit is contained in:
		
							parent
							
								
									1c4d3f2221
								
							
						
					
					
						commit
						f8c9794ad5
					
				
					 3 changed files with 5 additions and 10 deletions
				
			
		
							
								
								
									
										15
									
								
								roles/nginx_for_tests/tasks/main.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								roles/nginx_for_tests/tasks/main.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| - name: Aggiorna cache pacchetti apt | ||||
|   apt:  | ||||
|     update_cache: yes | ||||
| 
 | ||||
| - name: Installa nginx | ||||
|   apt: | ||||
|     name: nginx | ||||
|     state: present | ||||
| 
 | ||||
| - name: Avvia nginx | ||||
|   service: | ||||
|     name: nginx | ||||
|     state: started | ||||
|     enabled: yes | ||||
|   notify: restart nginx #se qualcosa cambia (tipo nginx viene reinstallato), chiama l'handler per riavviare nginx | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Freek Kettone
						Freek Kettone