mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Change some prompts #52
This commit is contained in:
parent
d914b566af
commit
e618cdf0ce
2 changed files with 3 additions and 7 deletions
2
algo
2
algo
|
@ -7,7 +7,7 @@ algo_provisioning () {
|
|||
1. DigitalOcean
|
||||
2. Amazon EC2
|
||||
3. Google Compute Engine
|
||||
4. Remote installation (install to existing Ubuntu server)
|
||||
4. Install to existing Ubuntu server
|
||||
|
||||
Enter the number of your desired provider
|
||||
: "
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
vars_prompt:
|
||||
|
||||
- name: "server_ip"
|
||||
prompt: "Enter IP address of your server:\n"
|
||||
prompt: "Enter IP address of your server: (use localhost for local installation)\n"
|
||||
private: no
|
||||
|
||||
- name: "server_user"
|
||||
prompt: "What user should we use to login on the server?:\n"
|
||||
prompt: "What user should we use to login on the server? (Ignore if you're deploying to localhost):\n"
|
||||
default: "root"
|
||||
private: no
|
||||
|
||||
|
@ -39,10 +39,6 @@
|
|||
auditd_enabled: " {{ auditd_enabled }}"
|
||||
easyrsa_p12_export_password: "{{ easyrsa_p12_export_password }}"
|
||||
|
||||
- name: Wait for SSH to become available
|
||||
local_action: "wait_for port=22 host={{ server_ip }} timeout=320"
|
||||
become: false
|
||||
|
||||
- name: Post-provisioning tasks
|
||||
hosts: vpn-host
|
||||
gather_facts: false
|
||||
|
|
Loading…
Add table
Reference in a new issue