This commit reverts changes in 437d659 to avoid breaking changes.
This commit is contained in:
defunct 2016-11-27 12:55:05 -05:00 committed by GitHub
parent d54ba6c7ce
commit e40545cce5

View file

@ -66,7 +66,6 @@
- name: Add new instance to host group
add_host:
hostname: "{{ item.public_ip }}"
ansible_ssh_private_key_file: "{{ ssh_public_key[:-4] }}"
groupname: vpn-host
ansible_ssh_user: ubuntu
ansible_python_interpreter: "/usr/bin/python2.7"