neuro_ansible/install_docker.yaml

11 lines
186 B
YAML
Raw Permalink Normal View History

2024-03-29 02:06:42 +01:00
---
2024-03-29 20:39:15 +01:00
- name: install docker as systemd plus add a portainer agent
2024-03-29 02:06:42 +01:00
hosts: all
become: true
tasks:
- name: remove other files
2024-03-29 20:39:15 +01:00
include_tasks: yaml_sub/install_docker.yaml
2024-03-29 02:06:42 +01:00