Files
netology-devops/src/homework/08-ansible/8.3/playbook/inventory/prod.yml.example
2022-07-27 10:55:01 +07:00

14 lines
206 B
Plaintext

---
clickhouse:
hosts:
clickhouse-01:
ansible_host: <IP_here>
vector:
hosts:
vector-01:
ansible_host: <IP_here>
lighthouse:
hosts:
lighthouse-01:
ansible_host: <IP_here>