[local]
localhost ansible_connection=local

[primary_node]
[network_node]
[hypervisors]

[allsf:children]
  primary_node
  network_node
  hypervisors
  etcd_master

[allsf:vars]
  ansible_ssh_common_args='-o StrictHostKeyChecking=no'
  ansible_python_interpreter='/usr/bin/python3'

[etcd:children]
  hypervisors
  network_node
  etcd_master

[etcd_master]