summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2019-01-24 09:46:35 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2019-01-24 09:46:35 +0100
commit150e8c4c8c4981d965aec4783e44efff0a0c8811 (patch)
tree26f6ad3e43a76c331e1b2ad75dbac440750521c1
parent60892623c2971ea79e27c288f2dec955f33c94e5 (diff)
downloadplaybooks-ansible-150e8c4c8c4981d965aec4783e44efff0a0c8811.tar.gz
playbooks-ansible-150e8c4c8c4981d965aec4783e44efff0a0c8811.tar.xz
playbooks-ansible-150e8c4c8c4981d965aec4783e44efff0a0c8811.zip
Fix binary name and remove orphaned pkgs in clients pkg list
-rwxr-xr-xbin/replay4
-rw-r--r--roles/clients/tasks/pkgs.yml3
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/replay b/bin/replay
index a993f5d..4d8b13b 100755
--- a/bin/replay
+++ b/bin/replay
@@ -50,11 +50,11 @@ pushd $WORKDIR >/dev/null
if [[ $NETWORK == "clearnet" ]]
then
- CMDLINE=ansible-playbook-3
+ CMDLINE=ansible-playbook
HOSTFILE=$SOURCES/hosts.net
elif [[ $NETWORK == "tornetwork" ]]
then
- CMDLINE="torsocks ansible-playbook-3"
+ CMDLINE="torsocks ansible-playbook"
HOSTFILE=$SOURCES/hosts.tor
fi
diff --git a/roles/clients/tasks/pkgs.yml b/roles/clients/tasks/pkgs.yml
index 8ab8766..b807e7b 100644
--- a/roles/clients/tasks/pkgs.yml
+++ b/roles/clients/tasks/pkgs.yml
@@ -93,7 +93,6 @@
- nc
- ncrack
- ngrep
- - nmap-frontend
- p0f
- packETH
- pcapdiff
@@ -137,7 +136,6 @@
- medusa
- ophcrack
- wireshark
- - wireshark-gnome
- arpwatch
- tcpflow
- unicornscan
@@ -192,7 +190,6 @@
- mesa-vdpau-drivers
- xvattr
- lshw
- - lsusb
- name: Installation des paquets codecs
package: