split tasks per distribution, add msmtp
This commit is contained in:
@ -1,9 +1,21 @@
|
||||
---
|
||||
install_software:
|
||||
alpine_software:
|
||||
- git
|
||||
- bash
|
||||
- dropbear
|
||||
- python3
|
||||
# - openssh-server # enable when needed for scp
|
||||
- openssh-client-default
|
||||
- openssh-client-common
|
||||
- openssh-client-common
|
||||
- msmtp
|
||||
- mailx
|
||||
|
||||
archlinux_software:
|
||||
- git
|
||||
- bash
|
||||
- dropbear
|
||||
|
||||
rockylinux_software:
|
||||
- git
|
||||
- bash
|
||||
- openssh-server
|
||||
- python3
|
||||
|
Reference in New Issue
Block a user