Skip to content

Commit

Permalink
Ensure pre 0.7 SD, SSH works localnet after reboot
Browse files Browse the repository at this point in the history
Not sure why this wasnt needed before :| This will soon be obsolete as
soon as we are testing against post 0.7 (which includes the ssh over
local net features).
  • Loading branch information
msheiny committed May 7, 2018
1 parent 9dcb603 commit 0ab9386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/upgrade/ansible-override-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ primary_network_iface: eth0
ssh_users: vagrant
securedrop_app_install_from_repo: true
allow_direct_access: true
ssh_listening_address: 0.0.0.0

monitor_ip: "{{ hostvars['mon-staging']['ansible_'+primary_network_iface].ipv4.address }}"
monitor_hostname: "{{ hostvars['mon-staging'].ansible_hostname }}"
Expand Down

0 comments on commit 0ab9386

Please sign in to comment.