Files
operating-automation/playbooks/docker/install-docker.yml
2026-02-20 13:56:27 +01:00

12 lines
224 B
YAML

- name: Install Docker on Host
hosts: all
user: tincadmin
become: true
tasks:
- include_role:
name: system
tasks_from: install-docker.yaml
vars:
docker_install_source: "official"