summaryrefslogtreecommitdiff
path: root/ansible/roles/liw-usual/tasks/command-line-tools.yml
blob: df293d0a5932bb7d357c6e1b131bcc9d9679f431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
- name: install command line utilities
  apt:
    name:
    - locales-all
    - psmisc
    - mosh
    - rsync
    - vim
    - screen
    - tmux
    - strace
    - gddrescue
    - pv
    - moreutils
    - bind9-host
    - dnsutils
    - lshw
    - curl
#    - extrautils
#    - liw-automation
#    - copyright-statement-lint
    - bc
    - yaml-mode
    - ikiwiki
    - taskwarrior
    - zip
#    - cachedir
    - debmirror
    - git-annex
    - iftop
    - info
#    - jt
    - kpartx
    - lftp
    - mediainfo
    - mmv
    - mtr
    - num-utils
    - parted-doc
    - trickle
    - units
    - w3m
    - youtube-dl
    - signing-party
    - sshfs
    - dict
    - dictd
    - dict-foldoc
    - dict-gcide
    - dict-jargon
    - dict-vera
    - dict-wn
    - gnuplot
    - acpi
    - nmap
    - nethogs
    - time
    - restic
    - apt-file
    - whois
    - oathtool
    - htop

- name: configure dict
  copy:
    src: dict.conf
    dest: /etc/dictd/dict.conf