Files
k3s-gitops/ansible/webserver-automation/inventory/production
2026-01-06 14:36:58 +00:00

12 lines
265 B
Plaintext

# Production Inventory
[webservers]
web1.example.com ansible_host=192.168.1.10
web2.example.com ansible_host=192.168.1.11
[all:vars]
ansible_user=ubuntu
ansible_ssh_private_key_file=~/.ssh/id_rsa
ansible_python_interpreter=/usr/bin/python3
environment=production