kayobe/ansible/group_vars/seed-hypervisor/ansible-host
Mark Goddard 4544e67bd0 Add ansible_host and ansible_user definitions for seed-hypervisor
These are required for SSH access to the seed-hypervisor.
2017-08-29 13:41:15 +00:00

4 lines
117 B
Plaintext

---
# Host/IP with which to access the seed hypervisor via SSH.
ansible_host: "{{ provision_oc_net_name | net_ip }}"