2019-04-04 09:33:38 -04:00
|
|
|
[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
|
2019-03-22 09:58:01 -04:00
|
|
|
[new_workers]
|
2019-04-04 09:33:38 -04:00
|
|
|
mycluster-worker-[4:6].example.com
|