ansible: delete 'debian' default user
[lttng-ci.git] / automation / ansible / roles / common / vars / Debian.yml
index cf95a929736f39787726c741762883deb0038814..42d9ac3a5ab5f192cbb80394a180bce492331a53 100644 (file)
@@ -1,23 +1,30 @@
 ---
 __common_packages:
+  - openssh-server
   - sudo
-  - openjdk-7-jdk
+  - default-jdk-headless
   - git
   - vim
+  - emacs-nox
   - tree
   - htop
   - build-essential
   - clang
+  - clang-tools
   - automake
   - autoconf
-  - libtool
+  - libtool-bin
   - bison
   - flex
   - libtap-harness-archive-perl
   - jq
   - cppcheck
   - cloc
-  - python-virtualenv
+  - virtualenv
   - curl
   - gettext
   - libssl-dev
+  - psmisc
+  - rsync
+  - pbzip2
+  - lzop
This page took 0.023603 seconds and 4 git commands to generate.