c583922c27
This change allows you to define additional VMs to deploy on the seed-hypervisor. Co-authored-by: Piotr Parczewski <piotr@stackhpc.com> Co-authored-by: Will Szumski <will@stackhpc.com> Co-authored-by: Mark Goddard <mark@stackhpc.com> Story: 2008741 Task: 42095 Change-Id: I8055fc5eb0a9edadcb35767303c659922f2d07ca
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
---
|
|
# User with which to access the infra VMs via SSH.
|
|
ansible_user: "{{ kayobe_ansible_user }}"
|
|
|
|
# User with which to access the infra VMs before the kayobe_ansible_user
|
|
# account has been created.
|
|
bootstrap_user: "{{ infra_vm_bootstrap_user }}"
|