From eb81b0d4c44158333abb9cefede9a01d01db28b4 Mon Sep 17 00:00:00 2001 From: kennwhite Date: Mon, 19 Dec 2016 19:48:37 -0500 Subject: [PATCH 1/2] Remove hardcoded ssh key & username in congrats text --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index 297565d..e62223d 100644 --- a/config.cfg +++ b/config.cfg @@ -77,7 +77,7 @@ congrats: | "# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #" "# The p12 password is {{ easyrsa_p12_export_password }} #" "# The CA key password is {{ easyrsa_CA_password }} #" - "# Shell access: ssh -i algo.pem root@{{ ansible_ssh_host }} #" + "# Shell access: ssh -i {{ ansible_ssh_private_key_file }} {{ ansible_ssh_user }}@{{ ansible_ssh_host }} #" "#----------------------------------------------------------------------#" SSH_keys: From b266f37f1c52918f96be2e099f02b8e7547aa3cb Mon Sep 17 00:00:00 2001 From: kennwhite Date: Mon, 19 Dec 2016 20:19:00 -0500 Subject: [PATCH 2/2] Formatting fixes --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index e62223d..e27c455 100644 --- a/config.cfg +++ b/config.cfg @@ -77,7 +77,7 @@ congrats: | "# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #" "# The p12 password is {{ easyrsa_p12_export_password }} #" "# The CA key password is {{ easyrsa_CA_password }} #" - "# Shell access: ssh -i {{ ansible_ssh_private_key_file }} {{ ansible_ssh_user }}@{{ ansible_ssh_host }} #" + "# Shell access: ssh -i {{ ansible_ssh_private_key_file }} {{ ansible_ssh_user }}@{{ ansible_ssh_host }} #" "#----------------------------------------------------------------------#" SSH_keys: