ansible-node0 ansible-node1
ansible-inventory -i ./ansible_workspace/inventory --graph
ansible -i ./ansible_workspace/inventory -a "ifconfig" all
ansible -i ./ansible_workspace/inventory -m ping all # useful for health check