1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00
Files
openshift-ansible/inventory/hosts.example
Russell Teague 0539998388 Refactor openshift_node
- Get pull secret from cluster instead of file
- Use temp_dir var for temp directory
- Remove temp directory
- Upgrade: use (updated) local MCD image
2019-05-29 10:14:26 -04:00

23 lines
783 B
Plaintext

[all:vars]
# SSH user, this user should allow ssh based auth without requiring a
# password. If using ssh key based auth, then the key should be managed by an
# ssh agent.
ansible_user=root
# If ansible_user is not root, ansible_become must be set to true and the
# user must be configured for passwordless sudo
#ansible_become=True
###############################################################################
# Required configuration variables #
###############################################################################
openshift_kubeconfig_path="~/.kube/config"
# For running RHEL worker upgrades
[workers]
mycluster-worker-[1:3].example.com
# For running RHEL worker scaleup
[new_workers]
mycluster-worker-[4:6].example.com