mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-03 18:53:01 +00:00
Добавлена роль с установкой докера и настройкой зеркал (#10)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
a327438868
commit
51fd58adbb
7
ansible/docker.yaml
Normal file
7
ansible/docker.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Развертывание docker
|
||||
become: true
|
||||
hosts:
|
||||
- test_hosts
|
||||
roles:
|
||||
- docker_install
|
||||
Reference in New Issue
Block a user