mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +02:00
Merge e0712965dc
into 2f5c050fd2
This commit is contained in:
commit
7a5c7c07c2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue