40_basic_inventory.ini 413 B

123456789101112131415161718192021222324
  1. [nodes:children]
  2. bootstrap
  3. masters
  4. workers
  5. [nodes:vars]
  6. ansible_ssh_user=centos
  7. ansible_become=True
  8. openshift_install_config_path="~/install-config-ansible.yml"
  9. openshift_deployment_type=origin
  10. openshift_release=v4.0
  11. [bootstrap]
  12. mycluster-bootstrap.example.com
  13. [bootstrap:vars]
  14. openshift_ignition_file_path="~/bootstrap.ign"
  15. [masters]
  16. mycluster-master-0.example.com
  17. [workers]
  18. mycluster-worker-0.example.com