mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
#89 fixed
This commit is contained in:
parent
dbeb7a13e8
commit
94b3cc630c
1 changed files with 1 additions and 1 deletions
2
algo
2
algo
|
@ -173,7 +173,7 @@ What user should we use to login on the server? (ignore if you're deploying to l
|
||||||
Enter the public IP address of your server: (IMPORTANT! This IP is used to verify the certificate)
|
Enter the public IP address of your server: (IMPORTANT! This IP is used to verify the certificate)
|
||||||
: " -r IP_subject
|
: " -r IP_subject
|
||||||
|
|
||||||
ansible-playbook deploy.yml -t local,vpn -e "server_ip=$server_ip server_user=$server_user IP_subject=$IP_subject"
|
ansible-playbook deploy.yml -t local,vpn -e "server_ip=$server_ip server_user=$server_user IP_subject_alt_name=$IP_subject"
|
||||||
}
|
}
|
||||||
|
|
||||||
algo_provisioning () {
|
algo_provisioning () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue