Commit 66508661 authored by Пальмин Альберт's avatar Пальмин Альберт
Browse files

v 1.0.0

No related merge requests found
Showing with 4 additions and 5 deletions
+4 -5
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment