oracle: hosts: oracle1: ansible_host: [REDACTED] wireguard_ip: 10.123.0.1 oracle2: ansible_host: [REDACTED] wireguard_ip: 10.123.0.2 oracle3: ansible_host: [REDACTED] wireguard_ip: 10.123.0.3 oracle4: ansible_host: [REDACTED] wireguard_ip: 10.123.0.4 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 TZ: Asia/Singapore wireguard_mask_bits: 24 wireguard_port: [REDACTED] # ---------------------------------------------------------------------------------------------------- cloudcompute: hosts: vultr: ansible_host: [REDACTED] wireguard_ip: 10.123.0.5 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 TZ: Asia/Singapore wireguard_mask_bits: 24 wireguard_port: [REDACTED]