Merge pull request #174 from kennwhite/master

Use Ansible variables for ssh key and user name in congrats text
pull/177/head
Dan Guido 8 years ago committed by GitHub
commit ceb84dd8ec

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

Loading…
Cancel
Save