diff --git a/ansible/group_vars/seed-hypervisor/ansible-host b/ansible/group_vars/seed-hypervisor/ansible-host new file mode 100644 index 000000000..29c6f548b --- /dev/null +++ b/ansible/group_vars/seed-hypervisor/ansible-host @@ -0,0 +1,3 @@ +--- +# Host/IP with which to access the seed hypervisor via SSH. +ansible_host: "{{ provision_oc_net_name | net_ip }}" diff --git a/ansible/group_vars/seed-hypervisor/ansible-user b/ansible/group_vars/seed-hypervisor/ansible-user new file mode 100644 index 000000000..c0d606c19 --- /dev/null +++ b/ansible/group_vars/seed-hypervisor/ansible-user @@ -0,0 +1,3 @@ +--- +# User with which to access the seed hypervisor via SSH. +ansible_user: "{{ kayobe_ansible_user }}"