I have a simple inventory in hosts
:
dockermachine ansible_host=10.10.10.10
I need to be able to provide any other IP I wish from the command line, overwriting the default, something like:
ansible-playbook -i hosts@dockermachine.ansible_host=11.11.11.11 site.yml
How can I do this?