From 33093da6407218087dc4afbade5cf76f71f98797 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Mon, 17 Jun 2019 09:54:49 +0200 Subject: [PATCH] improvement for centos --- vars/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vars/main.yml b/vars/main.yml index b675a74..b09c881 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -2,22 +2,14 @@ base_packages: - tmux - sudo - - iftop - - iotop - sysstat - ethtool - - ethstatus - - nethogs - - nload - - ncdu - - atop - vim - nmap - wget - git - bash-completion - unzip - - asciinema - net-tools - links @@ -35,6 +27,14 @@ packages_for_all_except_rhel: - python3-pip - python3 - htop + - iotop + - iftop + - ethstatus + - nethogs + - nload + - ncdu + - atop + - asciinema fedora_packages: - mtr @@ -43,5 +43,5 @@ fedora_packages: - python3-pip - python3 -playbook_version_number: 8951 # should be over ninethousand +playbook_version_number: 8952 # should be over ninethousand playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'