mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Merge pull request #174 from kennwhite/master
Use Ansible variables for ssh key and user name in congrats text
This commit is contained in:
commit
ceb84dd8ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue