Add ansible_host and ansible_user definitions for seed-hypervisor
These are required for SSH access to the seed-hypervisor.
This commit is contained in:
parent
a423e446d4
commit
4544e67bd0
3
ansible/group_vars/seed-hypervisor/ansible-host
Normal file
3
ansible/group_vars/seed-hypervisor/ansible-host
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# Host/IP with which to access the seed hypervisor via SSH.
|
||||||
|
ansible_host: "{{ provision_oc_net_name | net_ip }}"
|
3
ansible/group_vars/seed-hypervisor/ansible-user
Normal file
3
ansible/group_vars/seed-hypervisor/ansible-user
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# User with which to access the seed hypervisor via SSH.
|
||||||
|
ansible_user: "{{ kayobe_ansible_user }}"
|
Loading…
Reference in New Issue
Block a user