summaryrefslogtreecommitdiff
path: root/ansible/roles/liw-usual/tasks/command-line-tools.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-29 10:07:53 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-29 10:07:53 +0300
commit17e553567589c09ff0eb77d9890172f22d091883 (patch)
treedbf9c002cd88cb71e8dab51ba40f5bce472bd981 /ansible/roles/liw-usual/tasks/command-line-tools.yml
parentcda0566c3388fbde42eddf025f27ac4b4e1e20db (diff)
downloadansibleness-17e553567589c09ff0eb77d9890172f22d091883.tar.gz
Add some more usual tools
Diffstat (limited to 'ansible/roles/liw-usual/tasks/command-line-tools.yml')
-rw-r--r--ansible/roles/liw-usual/tasks/command-line-tools.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/roles/liw-usual/tasks/command-line-tools.yml b/ansible/roles/liw-usual/tasks/command-line-tools.yml
index bd7e865..48cff01 100644
--- a/ansible/roles/liw-usual/tasks/command-line-tools.yml
+++ b/ansible/roles/liw-usual/tasks/command-line-tools.yml
@@ -13,4 +13,14 @@
apt: name=obnam
- name: install strace
apt: name=strace
+- name: install gddrescue
+ apt: name=gddrescue
+- name: install pv
+ apt: name=pv
+- name: install moreutils
+ apt: name=moreutils
+- name: install bind9-host
+ apt: name=bind9-host
+- name: install dnsutils
+ apt: name=dnsutils
...