29 lines
756 B
Plaintext
29 lines
756 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]
|
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
|
|
TZ: Asia/Singapore
|
|
|
|
# ----------------------------------------------------------------------------------------------------
|
|
|
|
cloudcompute:
|
|
hosts:
|
|
vultr:
|
|
ansible_host: [REDACTED]
|
|
vars:
|
|
ansible_ssh_private_key_file: [REDACTED]
|
|
ansible_user: [REDACTED]
|
|
ansible_ssh_port: [REDACTED]
|
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
|
|
TZ: Asia/Singapore |