Fix for the local installation

This commit is contained in:
Jack Ivanov 2017-01-11 20:55:07 +03:00
parent d8bd42c18c
commit 88518240fc
2 changed files with 8 additions and 0 deletions

View file

@ -77,9 +77,14 @@ congrats: |
"# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #" "# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #"
"# The p12 password is {{ easyrsa_p12_export_password }} #" "# The p12 password is {{ easyrsa_p12_export_password }} #"
"# The CA key password is {{ easyrsa_CA_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 }} #" "# Shell access: ssh -i {{ ansible_ssh_private_key_file }} {{ ansible_ssh_user }}@{{ ansible_ssh_host }} #"
"#----------------------------------------------------------------------#" "#----------------------------------------------------------------------#"
SSH_keys: SSH_keys:
comment: algo@ssh comment: algo@ssh
private: configs/algo.pem private: configs/algo.pem

View file

@ -60,3 +60,6 @@
post_tasks: post_tasks:
- debug: msg="{{ congrats.split('\n') }}" - debug: msg="{{ congrats.split('\n') }}"
tags: always tags: always
- debug: msg="{{ additional_information.split('\n') }}"
tags: cloud