2025-04-16 14:55:02 -07:00
|
|
|
- name: Ensure docker components are installed
|
2025-04-16 18:25:24 -07:00
|
|
|
tags:
|
|
|
|
|
- setup
|
2025-04-16 14:55:02 -07:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
|
file: ensure-docker-basic.yaml
|
|
|
|
|
apply:
|
|
|
|
|
become: true
|
2025-04-16 18:25:24 -07:00
|
|
|
tags:
|
|
|
|
|
- setup
|
|
|
|
|
- name: Ensure docker services are present and ready for configuration/usage
|
|
|
|
|
tags:
|
|
|
|
|
- services
|
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
|
file: ensure-docker-services.yaml
|
|
|
|
|
apply:
|
|
|
|
|
become: true
|
|
|
|
|
tags:
|
|
|
|
|
- services
|