mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Fix for the local installation
This commit is contained in:
parent
d8bd42c18c
commit
88518240fc
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -60,3 +60,6 @@
|
|||
post_tasks:
|
||||
- debug: msg="{{ congrats.split('\n') }}"
|
||||
tags: always
|
||||
|
||||
- debug: msg="{{ additional_information.split('\n') }}"
|
||||
tags: cloud
|
||||
|
|
Loading…
Add table
Reference in a new issue