# - you will need to define any variables before we define any stanzas # https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html # https://nixzie.com/run-ansible-playbook-locally/#Run_Ansible_Playbook_Locally_Using_Local_Action # https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-handle-different-machines-needing-different-user-accounts-or-ports-to-log-in-with [test] localhost ansible_connection=local [dev] 192.168.0.220