mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 15:22:37 +03:00
15 lines
186 B
YAML
15 lines
186 B
YAML
---
|
|
el:
|
|
hosts:
|
|
centos7:
|
|
ansible_connection: docker
|
|
deb:
|
|
hosts:
|
|
debian:
|
|
ansible_connection: docker
|
|
|
|
local:
|
|
hosts:
|
|
localhost:
|
|
ansible_connection: local
|