[localhost]
localhost ansible_connection=local
docker ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_private_key_file=insecure_key ansible_ssh_user=root
lxc ansible_ssh_host=10.0.3.78 ansible_ssh_user=ubuntu ansible_ssh_private_key=~/.ssh/id_rsa ansible_become=True ansible_become_user=root ansibe_become_method=sudo ansible_become_pass=ubuntu
