mgmt:
  ip: 192.168.122.31
  mask: 255.255.255.0
  gw: 192.168.122.1
  dns:
    - 192.168.122.1
    - 8.8.8.8
ansible_host: "{{ mgmt.ip }}"
