summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/pkgs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/tasks/pkgs.yml')
-rw-r--r--roles/common/tasks/pkgs.yml38
1 files changed, 7 insertions, 31 deletions
diff --git a/roles/common/tasks/pkgs.yml b/roles/common/tasks/pkgs.yml
index 8911bf5..cffd957 100644
--- a/roles/common/tasks/pkgs.yml
+++ b/roles/common/tasks/pkgs.yml
@@ -1,30 +1,8 @@
-- name: Installation des paquets
+- name: Installation des paquets pour Centos
yum: name={{ item }} state=present
with_items:
- - emacs-nox
- - iotop
- - nmap
- yum-plugin-fastestmirror
- yum-plugin-verify
- - screen
- - powertop
- - ipset
- - patch
- - gpm
- - elinks
- - mutt
- - nfs-utils
- - tcpdump
- - bind-utils
- - tar
- - at
- - zsh
- - libsemanage-python
- - policycoreutils-python
- - setools-console
- - cryptsetup
- - rsync
- - sudo
- lsof
- net-tools
when: ansible_distribution == "CentOS"
@@ -54,16 +32,14 @@
- cryptsetup
- rsync
- sudo
- - util-linux-user
- when: ansible_distribution == "Fedora" and ansible_distribution_version|int >= 22
-
-
-- name: Installation des paquets Fedora
- dnf: name={{ item }} state=present
- with_items:
- tmux
- htop
- glances
+ - docker
+
+- name: Installation des paquets pour Fedora
+ dnf: name={{ item }} state=present
+ with_items:
- iftop
- bvi
- whois
@@ -79,7 +55,7 @@
- testdisk
- steghide
- yum-utils
- - docker
+ - util-linux-user
when: ansible_distribution == "Fedora" and ansible_distribution_version|int >= 22
- name: Installation des paquets disgnostic matériel