added some debugging tools

This commit is contained in:
2021-04-22 14:50:16 +02:00
parent 851d971060
commit 0a1a1de60d
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
tasks:
- name: "install tools"
yum:
name: [ "vim-enhanced", "htop", "screen" ]
name: [ "vim-enhanced", "htop", "screen", "bind-utils", "nmap-ncat",
"net-tools" ]
state: present
- name: "install htcondor repo"