* Drops installation of sshuttle as that is not presently available for
  CentOS 8
Issue: RELENG-2823
Change-Id: I426112d92cd6886c629744fa1f0cf39e800ad44f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
 - name: Load operating-system specific variables
   include_vars: "{{ item }}"
   with_first_found:
+    - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yaml"
+    - "{{ ansible_distribution }}.yaml"
     - "{{ ansible_os_family }}.yaml"
 
 - name: Setup Ansible PPA
 
--- /dev/null
+---
+lf_recommended_tools_packages_distro:
+  - bzip2
+  - fedora-packager
+  - findutils
+  - http://ftp.riken.jp/Linux/cern/centos/7/cern/x86_64/Packages/parallel-20150522-1.el7.cern.noarch.rpm
+  - nc
+  - perl-Digest-SHA
+  - perl-ExtUtils-MakeMaker
+  - perl-XML-XPath
+  - sqlite
+  - xz
 
   - llvm
   - netcat
   - parallel
+  - sshuttle
   - tk-dev
   - wget
   - xz-utils
 
   - perl-Digest-SHA
   - perl-ExtUtils-MakeMaker
   - perl-XML-XPath
+  - sshuttle
   - sqlite
   - xz
 
   - graphviz
   - jq
   - sshpass
-  - sshuttle
   - tree
   - unzip
   - wget