
cat >>inventory <<END_FILE
gentoo ansible_ssh_user=root
END_FILE

ansible -i inventory  gentoo -m ping
