mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
feat: add base installs for all hosts
This commit is contained in:
8
roles/base/tasks/main.yaml
Normal file
8
roles/base/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Install packages
|
||||
apt:
|
||||
pkg:
|
||||
- rsync
|
||||
- zsh
|
||||
- net-tools
|
||||
- tcpdump
|
||||
- git
|
||||
Reference in New Issue
Block a user