feat: improve ansible playbooks and config

This commit is contained in:
AJ Schroeder
2024-06-11 22:34:57 -05:00
parent f50e97c88f
commit b2dcc40838
6 changed files with 46 additions and 56 deletions

View File

@@ -0,0 +1,20 @@
---
task_name: "Update the operating system and install additional packages."
additional_packages:
Debian:
- bash-completion
- ca-certificates
- curl
- unzip
- wget
RedHat:
- ca-certificates
- curl
- unzip
- wget
Ubuntu:
- bash-completion
- ca-certificates
- curl
- unzip
- wget