kayobe/ansible/group_vars/seed/ansible-host
Will Szumski 3fca0d00a9 Adds a separate admin network
The admin network is intended for remote admin access to
the overcloud hosts e.g SSH. If admin_oc_net_name is not set
it will default to provision_oc_net_name for backwards
compatability.

Story: 2002096
Task: 19774

Change-Id: Ib04bbc07f97218d7503000cc363624c60c287822
2018-06-25 14:21:51 +00:00

4 lines
102 B
Plaintext

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