Loading ansible/inventory/hosts.yml +9 −27 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ all: ansible_connection: local ansible_python_interpreter: "{{ ansible_playbook_python }}" vm_ubuntu24: ansible_host: 192.168.34.193 ansible_connection: ssh ansible_user: root ansible_password: basquet97 ansible_ssh_common_args: '-o StrictHostKeyChecking=no' ansible_python_interpreter: /usr/bin/python3 deployment_mode: remote host_ip: 192.168.34.193 openop_dev_vm: ansible_host: openop-dev-vm ansible_connection: ssh Loading @@ -27,14 +17,6 @@ all: deployment_mode: remote host_ip: 192.168.123.188 children: kind_cluster: hosts: # Switch between localhost and remote_local to test different modes # localhost: # Standard local deployment # remote_local: # Remote-style deployment with external IP # vm_ubuntu24: openop_dev_vm: vars: # Kind cluster configuration kind_cluster_name: operator-platform Loading Loading
ansible/inventory/hosts.yml +9 −27 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ all: ansible_connection: local ansible_python_interpreter: "{{ ansible_playbook_python }}" vm_ubuntu24: ansible_host: 192.168.34.193 ansible_connection: ssh ansible_user: root ansible_password: basquet97 ansible_ssh_common_args: '-o StrictHostKeyChecking=no' ansible_python_interpreter: /usr/bin/python3 deployment_mode: remote host_ip: 192.168.34.193 openop_dev_vm: ansible_host: openop-dev-vm ansible_connection: ssh Loading @@ -27,14 +17,6 @@ all: deployment_mode: remote host_ip: 192.168.123.188 children: kind_cluster: hosts: # Switch between localhost and remote_local to test different modes # localhost: # Standard local deployment # remote_local: # Remote-style deployment with external IP # vm_ubuntu24: openop_dev_vm: vars: # Kind cluster configuration kind_cluster_name: operator-platform Loading