3fca0d00a9
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
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
---
|
|
# Host/IP with which to access the seed via SSH.
|
|
ansible_host: "{{ admin_oc_net_name | net_ip }}"
|