Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
ansible-public
Commits
cb9dbbc8
Commit
cb9dbbc8
authored
3 months ago
by
Baptiste DE RENZO
Browse files
Options
Downloads
Patches
Plain Diff
Disable munin cron email, Refs
#40057
parent
516bc17d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/nudgis/monitor/client/tasks/base.yml
+8
-0
8 additions, 0 deletions
roles/nudgis/monitor/client/tasks/base.yml
roles/nudgis/monitor/server/tasks/base.yml
+8
-0
8 additions, 0 deletions
roles/nudgis/monitor/server/tasks/base.yml
with
16 additions
and
0 deletions
roles/nudgis/monitor/client/tasks/base.yml
+
8
−
0
View file @
cb9dbbc8
---
---
-
name
:
'
Disable
default
cron
email'
ansible.builtin.lineinfile
:
path
:
/etc/cron.d/munin-node
regexp
:
'
^MAILTO=root$'
line
:
'
#MAILTO=root'
state
:
present
backrefs
:
yes
-
ansible.builtin.import_role
:
-
ansible.builtin.import_role
:
name
:
"
nudgis/shared"
name
:
"
nudgis/shared"
tasks_from
:
"
firewall_rules_files.yml"
tasks_from
:
"
firewall_rules_files.yml"
...
...
This diff is collapsed.
Click to expand it.
roles/nudgis/monitor/server/tasks/base.yml
+
8
−
0
View file @
cb9dbbc8
...
@@ -13,6 +13,14 @@
...
@@ -13,6 +13,14 @@
mode
:
"
preserve"
mode
:
"
preserve"
remote_src
:
true
remote_src
:
true
-
name
:
'
Disable
default
cron
email'
ansible.builtin.lineinfile
:
path
:
/etc/cron.d/munin-node
regexp
:
'
^MAILTO=root$'
line
:
'
#MAILTO=root'
state
:
present
backrefs
:
yes
-
ansible.builtin.import_role
:
-
ansible.builtin.import_role
:
name
:
"
nudgis/shared"
name
:
"
nudgis/shared"
tasks_from
:
"
firewall_rules_files.yml"
tasks_from
:
"
firewall_rules_files.yml"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment