[local]
localhost ansible_connection=local

[wordpress]
wp-101 ansible_host=94.237.67.10 ansible_user=root

[database]


[all:vars]
ansible_user=vagrant
#ansible_password=vagrant
#ansible_connection=ssh
ansible_ssh_private_key_file= ~/.ssh/id_rsa
#ansible_ssh_extra_args= ' -o StrictHostKeyChecking=no -o PreferredAuthentications=password '
# ansible_ssh_extra_args= ' -o StrictHostKeyChecking=no '
