ansible/node: Install extra packages for CTDB testing
authorMartin Schwenke <martin@meltin.net>
Mon, 29 Jun 2020 10:38:29 +0000 (20:38 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 13 Aug 2020 00:55:08 +0000 (10:55 +1000)
These could go into a "test" role but finer granularity might make
thing harder to understand.

CTDB really should complete the migration to ss.

Signed-off-by: Martin Schwenke <martin@meltin.net>
ansible/node/roles/ctdb/tasks/redhat/install_support.yml

index 70a059dbc71905088bce54a2066e75eebc475890..61f3076ed1fd1305b107ee55b28e58cba874aeb2 100644 (file)
@@ -1,5 +1,8 @@
 ---
 - name: install tcpdump
   package:
-    name: tcpdump
+    name:
+    - nc
+    - net-tools
+    - tcpdump
     state: present