help!! #14226
Unanswered
lkujhgfsgrdtfyu
asked this question in
General
help!!
#14226
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
./algo
[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] ************************************************************************************************************************************************ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [Ensure the requirements installed] ****************************************************************************************************************************************************************************ok: [localhost]
TASK [Set required ansible version as a fact] ***********************************************************************************************************************************************************************ok: [localhost] => (item=ansible==2.9.7)
TASK [Verify Python meets Algo VPN requirements] ********************************************************************************************************************************************************************ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [Verify Ansible meets Algo VPN requirements] *******************************************************************************************************************************************************************ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
[WARNING]: Found variable using reserved name: no_log
PLAY [Ask user for the input] ***************************************************************************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************************************************************************ok: [localhost]
[Cloud prompt]
What provider would you like to use?
1. DigitalOcean
2. Amazon Lightsail
3. Amazon EC2
4. Microsoft Azure
5. Google Compute Engine
6. Hetzner Cloud
7. Vultr
8. Scaleway
9. OpenStack (DreamCompute optimised)
10. CloudStack (Exoscale optimised)
11. Linode
12. Install to existing Ubuntu 18.04 or 20.04 server (for more advanced users)
Enter the number of your desired provider
:
12^M
TASK [Cloud prompt] *************************************************************************************************************************************************************************************************ok: [localhost]
TASK [Set facts based on the input] *********************************************************************************************************************************************************************************ok: [localhost]
[Cellular On Demand prompt]
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to cellular networks?
[y/N]
:
TASK [Cellular On Demand prompt] ************************************************************************************************************************************************************************************ok: [localhost]
[Wi-Fi On Demand prompt]
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to Wi-Fi?
[y/N]
:
TASK [Wi-Fi On Demand prompt] ***************************************************************************************************************************************************************************************ok: [localhost]
[Retain the PKI prompt]
Do you want to retain the keys (PKI)? (required to add users in the future, but less secure)
[y/N]
:
TASK [Retain the PKI prompt] ****************************************************************************************************************************************************************************************ok: [localhost]
[DNS adblocking prompt]
Do you want to enable DNS ad blocking on this VPN server?
[y/N]
:
TASK [DNS adblocking prompt] ****************************************************************************************************************************************************************************************ok: [localhost]
[SSH tunneling prompt]
Do you want each user to have their own account for SSH tunneling?
[y/N]
:
TASK [SSH tunneling prompt] *****************************************************************************************************************************************************************************************ok: [localhost]
TASK [Set facts based on the input] *********************************************************************************************************************************************************************************ok: [localhost]
PLAY [Provision the server] *****************************************************************************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************************************************************************ok: [localhost]
--> Please include the following block of text when reporting issues:
Algo running on: Ubuntu 20.04.2 LTS (Virtualized: kvm)
Created from git clone. Last commit: 728b8aa Install required version of jinja2 earlier (#14206)
Python 3.8.5
Runtime variables:
algo_provider "local"
algo_ondemand_cellular "False"
algo_ondemand_wifi "False"
algo_ondemand_wifi_exclude "X251bGw="
algo_dns_adblocking "True"
algo_ssh_tunneling "False"
wireguard_enabled "True"
dns_encryption "True"
TASK [Display the invocation environment] ***************************************************************************************************************************************************************************changed: [localhost -> localhost]
TASK [Install the requirements] *************************************************************************************************************************************************************************************ok: [localhost -> localhost]
[local : pause]
Enter the IP address of your server: (or use localhost for local installation):
[localhost]
:
TASK [local : pause] ************************************************************************************************************************************************************************************************ok: [localhost]
TASK [local : Set the facts] ****************************************************************************************************************************************************************************************ok: [localhost]
[local : pause]
What user should we use to login on the server? (note: passwordless login required, or ignore if you're deploying to localhost)
[root]
:
TASK [local : pause] ************************************************************************************************************************************************************************************************ok: [localhost]
TASK [local : Set the facts] *****************************************************************************************************************************************************************************ok: [localhost]
[local : pause]
Enter the public IP address or domain name of your server: (IMPORTANT! This is used to verify the certificate)
[148]
:
TASK [local : pause] ************************************************************************************************************************************************************************************************ok: [localhost]
TASK [local : Set the facts] ****************************************************************************************************************************************************************************************ok: [localhost]
TASK [Set subjectAltName as a fact] *********************************************************************************************************************************************************************************ok: [localhost]
TASK [Add the server to an inventory group] *************************************************************************************************************************************************************************changed: [localhost]
TASK [Wait until SSH becomes ready...] ******************************************************************************************************************************************************************************ok: [localhost]
TASK [debug] ************************************************************************************************************************************************************************************************ok: [localhost] => {
"IP_subject_alt_name": "148."
yeah it stocks here
Beta Was this translation helpful? Give feedback.
All reactions