diff --git a/config.cfg b/config.cfg index e27c455..c5cbe0f 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 a94cc49..649481e 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