hosts.example 783 B

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