vpn-deploy-playbook icon indicating copy to clipboard operation
vpn-deploy-playbook copied to clipboard

A Collection of Ansible Playbook for deploy vpn services

Results 33 vpn-deploy-playbook issues
Sort by recently updated
recently updated
newest added

似乎要设置 /etc/defaults/openvpn 的一个选项。

有很多不明所以,哪些是在本机操作的,哪些是vps上的。 ansible_host应该怎么写,一会儿`servername.example.com ansible_ssh_host=ip.of.server ansible_ssh_user=some-user`, 一会儿`testvm.example.com ansible_ssh_host=192.168.1.14 ansible_ssh_user=vagrant ansible_sudo=true`. 一会儿执行`ansible-playbook ipsec.yml -l testvm.example.com`,一会儿又是说run `ansible-playbook PLAYBOOK_NAME.yml` to setup servers 如果只是在vps上给自身部署怎么操作? 没有域名只是ip又是怎么操作? 跟Shadowsock的wiki明了易懂比起来,差距蛮大的。希望好好改善一下语言逻辑水平。

连接不上,调试模式: xl2tpd[36435]: Connection established to 113.56.227.255, 59675. Local: 3062, Remote: 2 (ref=0/0). LNS session is 'default' xl2tpd[36435]: start_pppd: I'm running: xl2tpd[36435]: "/usr/sbin/pppd" xl2tpd[36435]: "passive" xl2tpd[36435]: "nodetach" xl2tpd[36435]: "10.9.0.1:10.9.0.30" xl2tpd[36435]: "refuse-pap"...

需要测试各种role 是否在 ubuntu 下面正常工作。

OpenConnect VPN Server pam radius不支持记账吗

I can't find it on https://galaxy.ansible.com

TASK [ftao.nginx-reverse-proxy : install site] ********************************* fatal: [vpnauth]: FAILED! => {"changed": true, "failed": true, "msg": "Destination directory /etc/nginx/sites-available does not exist"}

ubuntu mate 系统,这个报错看起来很trivial,可是我不知道正确的格式是什么。 安装参考了这篇文章: https://www.whiskykilo.com/install-ansible-on-rpi.html ``` ERROR! Syntax Error while loading YAML. The error appears to have been in '/home/mengbing/Downloads/vpn-deploy-playbook/host_vars/testvm.yml': line 3, column 100, but may be elsewhere in the...

进行到 ensure mysql root password 时,显示错误: ``` fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has...

bug

按wiki的方法安装IKEv2 VPN Server后,下载描述文件安装,但是连接不上服务器,请问在哪里看日志? 另外生成的是ios8的描述文件,我的手机系统是ios9,是不是因为这个才连接不上的? 如果是,应怎样生成ios9的描述文件?