inventory 313 B

1234567891011121314
  1. workstation.lab.example.com ansible_connection=local
  2. utility.lab.example.com ansible_user=lab
  3. bastion.lab.example.com ansible_user=root
  4. # Example: override variables here.
  5. [all:vars]
  6. ocp_maj = "4.10"
  7. ocp_z = "4.10.4"
  8. rhcos_ver = "4.10.3"
  9. acs_maj = "3.69"
  10. acs_z = "3.69.2"
  11. cinst_ver = latest
  12. butane_ver = latest