Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
public-items
ansible-sc_pack-public
Commits
0093cdcc
Commit
0093cdcc
authored
Apr 12, 2021
by
Carlos Torres
Browse files
Passing domain-variable.
parent
e0f923b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/create_deploys/tasks/main.yml
View file @
0093cdcc
...
...
@@ -85,7 +85,7 @@
with_dict
:
"
{{
deployments
}}"
-
name
:
Create deployments
script
:
"
{{
role_path
}}/files/create_deploy.sh
{{
item.value.deployment_name
|
replace('.',
'_')
}}
{{installers_dir}}
{{item.value.install_dir}}
{{item.value.http_port}}
{{item.value.https_port}}
{{item.value.humanity_validator_port}}
{{
api_access_token
}}"
script
:
"
{{
role_path
}}/files/create_deploy.sh
{{
item.value.deployment_name
|
replace('.',
'_')
}}
{{installers_dir}}
{{item.value.install_dir}}
{{item.value.http_port}}
{{item.value.https_port}}
{{item.value.humanity_validator_port}}
{{
api_access_token
}}
'{{
domains|join('
')
}}'
"
with_dict
:
"
{{
deployments
}}"
register
:
create_deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment