Add playbooks/software.yml
This commit is contained in:
28
playbooks/software.yml
Normal file
28
playbooks/software.yml
Normal 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
|
||||
Reference in New Issue
Block a user