Skip to content

Commit

Permalink
feat: support any ssh user
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydesl committed Nov 3, 2023
1 parent 73a7c52 commit 7eb9d91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ adaptor_config:
endoint: "endpoint"
volume: "./files/output_configs/"
micado_host: "{{ ansible_host }}"
micado_user: "{{ ansible_user }}"

{% if enable_occopus %}
OccopusAdaptor:
Expand Down Expand Up @@ -129,4 +130,4 @@ adaptor_config:
types:
- "tosca.policies.Security.MiCADO.Secret.KubernetesSecretDistribution"
endoint: "endpoint"
volume: "./files/output_configs/"
volume: "./files/output_configs/"

0 comments on commit 7eb9d91

Please sign in to comment.