From a93c453364ed96a0fe0b957bba2ce5a04d133686 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Mon, 15 Jul 2019 09:35:43 +0200
Subject: [PATCH] Add more tools such as emacs-nox

---
 roles/common-tools/tasks/main.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml
index 2c61e830..39a33895 100644
--- a/roles/common-tools/tasks/main.yml
+++ b/roles/common-tools/tasks/main.yml
@@ -8,10 +8,15 @@
       - ntp  # network time sync
       - apt  # better than apt-get
       - vim  # better than nano @vulcain
+      - emacs-nox  # for maman
       - htop  # better than top
       - zsh  # to be able to ssh @erdnaxe
       - fish  # to motivate @edpibu
       - oidentd  # postgresql identification
+      - aptitude  # nice to have
+      - acl  # advanced ACL
+      - iotop  # monitor i/o
+      - tree  # <3
   register: apt_result
   retries: 3
   until: apt_result is succeeded
-- 
GitLab