2023-05-01 01:45:15 +02:00
|
|
|
- name: make sure the Docker repo is setup
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/01_repo_setup.yaml
|
|
|
|
|
|
|
|
- name: make sure Docker Engine and other related packages are installed
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/02_docker_install.yaml
|
2025-01-14 23:19:38 +01:00
|
|
|
|
|
|
|
- name: configure the Docker daemon
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/03_docker_config.yaml
|