Added netdev tools group, and additional tools for bootstrap and python packages

Change-Id: I4c59a448319551e8439e047966ff266b8f8c9e89
diff --git a/tasks/Debian.yml b/tasks/Debian.yml
index 0e22f53..6c437d0 100644
--- a/tasks/Debian.yml
+++ b/tasks/Debian.yml
@@ -14,6 +14,7 @@
       - build-essential
       - ca-certificates
       - curl
+      - facter
       - file
       - git
       - git-crypt
@@ -31,6 +32,8 @@
       - sshpass
       - sudo
       - tar
+      - tmux
+      - twine
       - unzip
     state: present
     update_cache: true