Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
basic_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible
roles
basic_tools
Commits
d1694b70
Verified
Commit
d1694b70
authored
3 years ago
by
nd
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools
into HEAD
parents
271d1a43
84dcbde5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/smartmontools
+13
-0
13 additions, 0 deletions
files/smartmontools
tasks/main.yml
+11
-0
11 additions, 0 deletions
tasks/main.yml
with
24 additions
and
0 deletions
files/smartmontools
0 → 100644
+
13
−
0
View file @
d1694b70
# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment
# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"
# uncomment to start smartd on system startup
#start_smartd=yes
# uncomment to pass additional options to smartd on startup
#smartd_opts="--interval=1800"
smartd_opts="-q never"
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
11
−
0
View file @
d1694b70
...
...
@@ -25,3 +25,14 @@
src
:
dotfiles/tmux.conf
dest
:
/etc/tmux.conf
mode
:
0644
-
name
:
work around a debian bug in smartmontools
copy
:
src
:
smartmontools
dest
:
/etc/default/smartmontools
mode
:
0644
-
name
:
enforce vim as editor
community.general.alternatives
:
name
:
editor
path
:
/usr/bin/vim.basic
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