2025-07-12 08:51:48 +00:00
|
|
|
[inventory_hosts]
|
2025-07-16 01:11:58 +00:00
|
|
|
# This file will be dynamically generated by Jenkins
|
|
|
|
# Format: hostname ansible_host=IP_ADDRESS ansible_user=USERNAME
|
|
|
|
|
|
|
|
[inventory_hosts:vars]
|
|
|
|
# SSH connection settings
|
|
|
|
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
|
|
|
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=10 -o ServerAliveInterval=60'
|
|
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
|
|
ansible_connection=ssh
|
|
|
|
ansible_ssh_retries=3
|
|
|
|
|
|
|
|
# AWS configuration
|
|
|
|
aws_region=us-east-2
|