Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tec
AnsibleMonitoring
Commits
67b421f2
Commit
67b421f2
authored
Dec 24, 2019
by
tec
Browse files
Tweak monitor_client again
parent
590975b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
monitor_client.yml
View file @
67b421f2
...
...
@@ -9,14 +9,8 @@
name
:
prometheus-node-exporter
state
:
latest
when
:
ansible_distribution == 'Debian' and ansible_distribution_major_version == '10'
-
name
:
Occlude prometheus-node-exporter package on Debian!=10
apt
:
name
:
prometheus-node-exporter
state
:
absent
purge
:
true
when
:
ansible_distribution == 'Debian' and ansible_distribution_major_version != '10'
roles
:
-
{
role
:
cloudalchemy.node-exporter
,
when
:
ansible_distribution == 'Debian' and ansible_distribution_major_version != '10'
,
}
\ No newline at end of file
when
:
ansible_distribution == 'Debian' and ansible_distribution_version == '9'
,
}
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