inventory 219 B

123456789
  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.3"