Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
This commit is contained in:
17
ansible/automation/playbooks/install_tools.yml
Normal file
17
ansible/automation/playbooks/install_tools.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Install common diagnostic tools
|
||||
hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Install essential packages
|
||||
package:
|
||||
name:
|
||||
- htop
|
||||
- curl
|
||||
- wget
|
||||
- net-tools
|
||||
- iperf3
|
||||
- ncdu
|
||||
- vim
|
||||
- git
|
||||
state: present
|
||||
Reference in New Issue
Block a user