Merge pull request #174 from kennwhite/master

Use Ansible variables for ssh key and user name in congrats text
This commit is contained in:
Dan Guido 2016-12-20 20:23:46 -05:00 committed by GitHub
commit ceb84dd8ec

View file

@ -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: