1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 15:45:57 +01:00
Files
openshift-ansible/hack/libvirt/inv.txt.template
2019-03-29 16:30:37 -04:00

25 lines
412 B
Plaintext

[nodes:children]
bootstrap
masters
workers
[nodes:vars]
ansible_ssh_user=${OCP_SSH_USER}
ansible_become=True
openshift_install_config_path="${OCP_INSTALL_CONFIG_PATH}"
openshift_deployment_type=origin
openshift_release=v4.0
[bootstrap]
${OCP_CLUSTER_NAME}-bootstrap.${OCP_BASE_DOMAIN}
[bootstrap:vars]
openshift_ignition_file_path="${OCP_IGNITION_PATH}"
[masters]
${MASTERS_LIST}
[workers]
${WORKERS_LIST}