mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 16:53:01 +02:00
opens #126
This commit reverts changes in 437d659
to avoid breaking changes.
This commit is contained in:
parent
bf16cc775b
commit
67c7dc0713
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue