UbuntuDesktopConfigure/roles/base/tasks/main.yml
2024-07-15 13:49:33 -04:00

16 lines
236 B
YAML

- name: Install packages
become: yes
package:
name:
- screen
- git
- nano
- tmux
- rsync
- htop
- python3
- python3-pip
- build-essential
- fail2ban
state: present