From e618cdf0ce3bc7109e1dcd9810917837ca965c4b Mon Sep 17 00:00:00 2001 From: Evgeniy Ivanov Date: Thu, 18 Aug 2016 11:48:30 +0300 Subject: [PATCH] Change some prompts #52 --- algo | 2 +- non-cloud.yml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/algo b/algo index 4b575d0..2676fac 100755 --- a/algo +++ b/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 : " diff --git a/non-cloud.yml b/non-cloud.yml index 573f7fe..40842b2 100644 --- a/non-cloud.yml +++ b/non-cloud.yml @@ -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