This commit is contained in:
kennwhite 2017-04-28 14:44:53 +00:00 committed by GitHub
commit 7a5c7c07c2

View file

@ -4,6 +4,7 @@
groups: vpn-host
ansible_ssh_user: "{{ server_user }}"
ansible_python_interpreter: "/usr/bin/python2.7"
ansible_ssh_private_key_file: "{{ SSH_keys.private }}"
cloud_provider: local
when: server_ip != "localhost"
@ -13,6 +14,7 @@
groups: vpn-host
ansible_ssh_user: "{{ server_user }}"
ansible_python_interpreter: "/usr/bin/python2.7"
ansible_ssh_private_key_file: "{{ SSH_keys.private }}"
ansible_connection: local
cloud_provider: local
when: server_ip == "localhost"