forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Ensure Docker repo is setup
 | |
|   ansible.builtin.import_tasks:
 | |
|     file: main/01_repo_setup.yaml
 | |
| 
 | |
| - name: Ensure Docker Engine and other related packages are installed
 | |
|   ansible.builtin.import_tasks:
 | |
|     file: main/02_docker_install.yaml
 | |
| 
 | |
| - name: Ensure Docker daemon configuration
 | |
|   ansible.builtin.import_tasks:
 | |
|     file: main/03_docker_config.yaml
 |