mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
add homework 8.1, task 1 and partial task 2
This commit is contained in:
9
src/homework/08-ansible/8.1/playbook/inventory/prod.yml
Normal file
9
src/homework/08-ansible/8.1/playbook/inventory/prod.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
el:
|
||||
hosts:
|
||||
centos7:
|
||||
ansible_connection: docker
|
||||
deb:
|
||||
hosts:
|
||||
debian:
|
||||
ansible_connection: docker
|
||||
Reference in New Issue
Block a user