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:
Mark Goddard 2017-08-29 13:34:42 +00:00
parent a423e446d4
commit 4544e67bd0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
# Host/IP with which to access the seed hypervisor via SSH.
ansible_host: "{{ provision_oc_net_name | net_ip }}"

View File

@ -0,0 +1,3 @@
---
# User with which to access the seed hypervisor via SSH.
ansible_user: "{{ kayobe_ansible_user }}"