split tasks per distribution, add msmtp

This commit is contained in:
2022-01-06 13:48:02 +01:00
parent 57e5333dc5
commit 042be1c6ea
10 changed files with 155 additions and 48 deletions

View File

@ -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