Skip to content

Commit 7eb9d91

Browse files
authored
feat: support any ssh user
1 parent 73a7c52 commit 7eb9d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playbook/project/roles/micado_master/start/templates/toscasubmitter/key_config.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ adaptor_config:
102102
endoint: "endpoint"
103103
volume: "./files/output_configs/"
104104
micado_host: "{{ ansible_host }}"
105+
micado_user: "{{ ansible_user }}"
105106

106107
{% if enable_occopus %}
107108
OccopusAdaptor:
@@ -129,4 +130,4 @@ adaptor_config:
129130
types:
130131
- "tosca.policies.Security.MiCADO.Secret.KubernetesSecretDistribution"
131132
endoint: "endpoint"
132-
volume: "./files/output_configs/"
133+
volume: "./files/output_configs/"

0 commit comments

Comments
 (0)