hosts.example 830 B

1234567891011121314151617181920212223
  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. openshift_pull_secret_path="~/pull-secret.txt"
  14. # For running RHEL worker upgrades
  15. [workers]
  16. mycluster-worker-[1:3].example.com
  17. # For running RHEL worker scaleup
  18. [new_workers]
  19. mycluster-worker-[4:6].example.com