commited current state (new functions, may not work by now)
This commit is contained in:
16
roles/system/tasks/install-basic-tools.yaml
Normal file
16
roles/system/tasks/install-basic-tools.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
- name: Install basic system tools
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- git
|
||||
- curl
|
||||
- wget
|
||||
- vim
|
||||
- htop
|
||||
- net-tools
|
||||
- unzip
|
||||
- htop
|
||||
- tcpdump
|
||||
- bind9-dnsutils
|
||||
- gnupg
|
||||
- sudo
|
||||
state: present
|
||||
Reference in New Issue
Block a user