From ae9700e085a9ca567fdcbaa4519db8ba3081607e Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 11 Jan 2017 20:55:07 +0300 Subject: [PATCH] Fix for the local installation --- config.cfg | 5 +++++ deploy.yml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/config.cfg b/config.cfg index e27c4555..c5cbe0fd 100644 --- a/config.cfg +++ b/config.cfg @@ -77,9 +77,14 @@ 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 }} #" + "#----------------------------------------------------------------------#" + +additional_information: | + "#----------------------------------------------------------------------#" "# Shell access: ssh -i {{ ansible_ssh_private_key_file }} {{ ansible_ssh_user }}@{{ ansible_ssh_host }} #" "#----------------------------------------------------------------------#" + SSH_keys: comment: algo@ssh private: configs/algo.pem diff --git a/deploy.yml b/deploy.yml index a94cc49e..649481e3 100644 --- a/deploy.yml +++ b/deploy.yml @@ -60,3 +60,6 @@ post_tasks: - debug: msg="{{ congrats.split('\n') }}" tags: always + + - debug: msg="{{ additional_information.split('\n') }}" + tags: cloud