We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226dac2 + afe1414 commit ea2aff9Copy full SHA for ea2aff9
1 file changed
roles/orchestrate-devstack/tasks/main.yaml
@@ -6,6 +6,12 @@
6
- name: Setup devstack on sub-nodes
7
block:
8
9
+ - name: Distribute the build sshkey for the user "stack"
10
+ include_role:
11
+ name: copy-build-sshkey
12
+ vars:
13
+ copy_sshkey_target_user: 'stack'
14
+
15
- name: Sync CA data to subnodes (when any)
16
# Only do this if the tls-proxy service is defined and enabled
17
include_role:
0 commit comments