Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
AnsibleMonitoring
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tec
AnsibleMonitoring
Commits
76213f40
Commit
76213f40
authored
Dec 24, 2019
by
tec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add version nuance to monitor_client
parent
84a38891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
monitor_client.yml
monitor_client.yml
+12
-7
No files found.
monitor_client.yml
View file @
76213f40
...
...
@@ -8,10 +8,15 @@
apt
:
name
:
prometheus-node-exporter
state
:
latest
# roles:
# - cloudalchemy.node-exporter
# vars:
# node_exporter_enabled_collectors:
# - systemd
# - textfile
# - processes
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_version != '10.2'
,
}
\ No newline at end of file
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