Files
Ansible/Inventory.yml
2026-09-14 11:14:54 +02:00

8 lines
155 B
YAML

all:
hosts:
server1:
ansible_host: 192.168.1.5
ansible_port: 63000
server2:
ansible_host: 192.168.1.5
ansible_port: 63001