Premier commit
This commit is contained in:
		
							
								
								
									
										15
									
								
								roles/fog/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								roles/fog/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| --- | ||||
|   - name: creation d'un repertoire fog | ||||
|     file: | ||||
|       path: /root/fog | ||||
|       state: directory | ||||
|  | ||||
|   - name: recuperation du fichier d'installation de fog | ||||
|     get_url: | ||||
|       url: http://depl/gsbstore/fogproject-1.5.7.tar.gz | ||||
|       dest: /root/fog | ||||
|  | ||||
|   - name: decompression du fichier d'installation de fog | ||||
|     unarchive: | ||||
|       src: /root/fog/fogproject-1.5.7.tar.gz | ||||
|       dest: /root/fog | ||||
		Reference in New Issue
	
	Block a user