Skip to content
Snippets Groups Projects
Verified Commit d1694b70 authored by nd's avatar nd
Browse files

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
# 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"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment