ansible-infra/roles/docker/tasks/main.yaml
June 64343ae9ec
All checks were successful
/ Ansible Lint (push) Successful in 1m39s
have the docker role conf. the Docker daemon to log to systemd journal
2025-01-14 23:19:38 +01:00

11 lines
359 B
YAML

- 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
- name: configure the Docker daemon
ansible.builtin.import_tasks:
file: main/03_docker_config.yaml