Files
learn-devops/ansible/docker.yaml

8 lines
117 B
YAML

---
- name: Развертывание docker
become: true
hosts:
- test_hosts
roles:
- docker_install