Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
fc171aa6
Commit
fc171aa6
authored
May 25, 2022
by
Юрий Дегтярёв
Browse files
fix variables in meta and install
parent
e56e996d
Pipeline
#36355
failed with stages
in 39 minutes and 59 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ansible/system_roles/liftbridge/meta/tower.yml
View file @
fc171aa6
...
...
@@ -17,7 +17,7 @@ forms:
-
info
-
warn
-
error
insecure
_git
:
liftbridge_
insecure
:
label
:
"
do
not
check
ssl
certificate"
type
:
bool
default
:
false
...
...
ansible/system_roles/liftbridge/tasks/install.yml
View file @
fc171aa6
...
...
@@ -3,13 +3,12 @@
get_url
:
url
:
"
{{
liftbridge_checksum_file_url
}}"
dest
:
"
{{
liftbridge_temp_file_checksum
}}"
validate_certs
:
"
True
"
validate_certs
:
"
{{
liftbridge_insecure
}}
"
delegate_to
:
127.0.0.1
become
:
"
False"
run_once
:
"
True"
environment
:
https_proxy
:
"
{{
http_proxy
}}"
GIT_SSL_NO_VERIFY
:
"
{{
liftbridge_insecure_git
}}"
-
name
:
Get Liftbridge package checksum
command
:
"
grep
{{
liftbridge_pkg
}}
{{
liftbridge_temp_file_checksum
}}"
...
...
ansible/system_roles/nats/meta/tower.yml
View file @
fc171aa6
...
...
@@ -23,7 +23,7 @@ forms:
options
:
-
debug
-
info
insecure
_git
:
nats_
insecure
:
label
:
"
do
not
check
ssl
certificate"
type
:
bool
default
:
false
...
...
ansible/system_roles/nats/tasks/install.yml
View file @
fc171aa6
...
...
@@ -3,13 +3,12 @@
get_url
:
url
:
"
{{
nats_checksum_file_url
}}"
dest
:
"
{{
nats_temp_file_checksum
}}"
validate_certs
:
"
True
"
validate_certs
:
"
{{
nats_insecure
}}
"
delegate_to
:
127.0.0.1
become
:
"
False"
run_once
:
"
True"
environment
:
https_proxy
:
"
{{
http_proxy
}}"
GIT_SSL_NO_VERIFY
:
"
{{
nats_insecure_git
}}"
-
name
:
Get Nats package checksum
command
:
"
grep
{{
nats_pkg
}}
{{
nats_temp_file_checksum
}}"
...
...
Write
Preview
Supports
Markdown
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