Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ansible-roles
Memcache Exporter
Commits
66508661
Commit
66508661
authored
2 years ago
by
Пальмин Альберт
Browse files
Options
Download
Email Patches
Plain Diff
v 1.0.0
parent
11dccf24
master
1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
defaults/main.yml
+4
-5
defaults/main.yml
with
4 additions
and
5 deletions
+4
-5
defaults/main.yml
View file @
66508661
...
...
@@ -2,10 +2,11 @@
memcached_exporter_version
:
0.8.0
memcached_exporter_binary_local_dir
:
"
"
memcached_exporter_web_listen_address
:
"
0.0.0.0:9150"
memcached_address
:
"
localhost:11211"
memcached_address
:
[]
#переопределяется
_memcached_exporter_system_user
:
"
memcached_exporter"
_memcached_exporter_system_group
:
"
{{
_memcached_exporter_system_user
}}"
_memcached_exporter_binary_install_dir
:
"
/usr/local/bin"
_memcached_exporter_system_group
:
"
mem-exp"
_memcached_exporter_system_user
:
"
{{
_memcached_exporter_system_group
}}"
go_arch_map
:
i386
:
'
386'
...
...
@@ -15,5 +16,3 @@ go_arch_map:
armv6l
:
'
armv6'
go_arch
:
"
{{
go_arch_map[ansible_architecture]
|
default(ansible_architecture)
}}"
_memcached_exporter_binary_install_dir
:
"
/usr/local/bin"
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help