trailofbits / algo

Set up a personal VPN in the cloud

Home Page:https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Deploy

ferasawadi opened this issue · comments

Hello there, thanks for the efforts For the algo server.
few days ago I was able to deploy the server
but today am getting this.
ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'
any ideas ?
warm regards

Solved by 👍 pip3 install virtualenv==20.0.23
but got new one
[WARNING]: Could not match supplied host pattern, ignoring: vpn-host

PLAY [localhost] **********************************************************************************************************************************************

TASK [Gathering Facts] ****************************************************************************************************************************************
ok: [localhost]

TASK [Playbook dir stat] **************************************************************************************************************************************
ok: [localhost]

TASK [Ensure Ansible is not being run in a world writable directory] ******************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "The conditional check '_playbook_dir.stat.mode|int <= 0775' failed. The error was: template error while templating string: expected token 'end of statement block', got 'integer'. String: {% if _playbook_dir.stat.mode|int <= 0775 %} True {% else %} False {% endif %}"}

PLAY RECAP ****************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

TASK [Ensure Ansible is not being run in a world writable directory]

See #14204.

thanks that soles the issue