mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-11-29 08:43:01 +00:00
8 lines
117 B
YAML
8 lines
117 B
YAML
---
|
|
- name: Развертывание docker
|
|
become: true
|
|
hosts:
|
|
- test_hosts
|
|
roles:
|
|
- docker_install
|