Files
ansible/inventories/prod/hosts.yml
T

11 lines
318 B
YAML
Raw Normal View History

2026-06-19 16:53:14 -04:00
all:
children:
2026-07-03 13:57:03 -04:00
rocky_servers:
2026-06-19 16:53:14 -04:00
hosts:
2026-07-03 13:57:03 -04:00
ositslinv02:
ansible_host: 100.115.189.69
ansible_python_interpreter: /usr/bin/python3.12
2026-06-19 16:53:14 -04:00
vars:
ansible_user: ansible
2026-07-03 13:57:03 -04:00
ansible_ssh_private_key_file: /home/ansible/.ssh/ansible-ed25519
2026-06-19 16:53:14 -04:00
ansible_python_interpreter: /usr/bin/python3