de.lehmann.automation.ansib.../inventory/hosts.yml
Tobias Lehmann c92d34b855 fixed hosts
2024-04-16 08:49:35 +02:00

15 lines
304 B
YAML

all:
vars:
ansible_home: ~/ansible
ansible_become: yes
ansible_become_method: sudo
children:
webserver:
hosts:
leh01:
ansible_host: 192.168.100.30
git:
ansible_host: 192.168.180.20
timescaledb:
ansible_host: 192.168.150.130