11 lines
283 B
INI
11 lines
283 B
INI
[staging]
|
|
staging-vm-01 ansible_host=192.168.124.167
|
|
|
|
[production]
|
|
app-vm-01 ansible_host=192.168.124.136
|
|
|
|
[all:vars]
|
|
ansible_user=deploy
|
|
ansible_ssh_private_key_file=/var/jenkins_secrets/deploy_key
|
|
ansible_ssh_common_args=-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|