30 lines
854 B
Plaintext
30 lines
854 B
Plaintext
oracle:
|
|
hosts:
|
|
oracle1:
|
|
ansible_host: [REDACTED]
|
|
oracle2:
|
|
ansible_host: [REDACTED]
|
|
oracle3:
|
|
ansible_host: [REDACTED]
|
|
oracle4:
|
|
ansible_host: [REDACTED]
|
|
vars:
|
|
ansible_ssh_private_key_file: [REDACTED]
|
|
ansible_user: [REDACTED]
|
|
ansible_ssh_port: [REDACTED]
|
|
pipelining: true
|
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# ----------------------------------------------------------------------------------------------------
|
|
|
|
cloudcompute:
|
|
hosts:
|
|
vultr:
|
|
ansible_host: [REDACTED]
|
|
ansible_ssh_private_key_file: [REDACTED]
|
|
ansible_user: [REDACTED]
|
|
ansible_ssh_port: [REDACTED]
|
|
pipelining: true
|
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
|
|
ansible_python_interpreter: /usr/bin/python3 |