Add playbooks/software.yml

This commit is contained in:
2026-06-14 21:14:33 +00:00
parent 5592c6b04a
commit 3f2e6b2484

28
playbooks/software.yml Normal file
View File

@@ -0,0 +1,28 @@
- name: install required software
hosts: alma
become: yes
tasks:
- name: add epel repository
dnf:
name:
- epel-release
state: present
- name: net software
dnf:
name:
- certbot
- python3-certbot-nginx
- samba
- nfs-utils
state: present
- name: install tools
dnf:
name:
- git
- sqlite3
- net-tools
- htop
- ncdu
- nmap
- msmtp
state: present