Ansible Gunakan bendera file host

# Use the -i flag to reference an ansible hosts file
ansible all -i=/etc/ansible/myhostfile -m ping
RicarHincapie