Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
e8a2d099
Commit
e8a2d099
authored
3 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Do not install smartmontools
This is now part of base "float".
parent
c26dac75
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
roles/ai3-base/handlers/main.yml
+0
-5
0 additions, 5 deletions
roles/ai3-base/handlers/main.yml
roles/ai3-base/tasks/prod.yml
+0
-11
0 additions, 11 deletions
roles/ai3-base/tasks/prod.yml
roles/ai3-base/templates/smartd.conf.j2
+0
-8
0 additions, 8 deletions
roles/ai3-base/templates/smartd.conf.j2
with
0 additions
and
24 deletions
roles/ai3-base/handlers/main.yml
+
0
−
5
View file @
e8a2d099
...
...
@@ -7,8 +7,3 @@
systemd
:
name
:
auditd.service
state
:
restarted
-
listen
:
restart smartd
systemd
:
name
:
smartd.service
state
:
restarted
This diff is collapsed.
Click to expand it.
roles/ai3-base/tasks/prod.yml
+
0
−
11
View file @
e8a2d099
...
...
@@ -30,7 +30,6 @@
state
:
present
vars
:
packages
:
-
smartmontools
-
pciutils
-
ethtool
-
intel-microcode
...
...
@@ -41,13 +40,3 @@
state
:
present
when
:
"
'nvme0n1'
in
ansible_devices"
-
name
:
Configure smartd
template
:
src
:
smartd.conf.j2
dest
:
/etc/smartd.conf
notify
:
restart smartd
-
name
:
Disable smartd emails
file
:
path
:
/etc/smartmontools/run.d/10mail
state
:
absent
This diff is collapsed.
Click to expand it.
roles/ai3-base/templates/smartd.conf.j2
deleted
100644 → 0
+
0
−
8
View file @
c26dac75
# Long tests once a month, on the 15th at 15.00
# Short tests every Monday at 11.00
DEFAULT -a -s (L/../15/./15|S/../../1/11) -m {{ alert_email }} -M exec /usr/share/smartmontools/smartd-runner
# Host specific configuration
{{ smartd_extra_config | default('') }}
DEVICESCAN {{ '-d nvme' if 'nvme0n1' in ansible_devices else '' }}
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