add docker mgmt and basic playbook

This commit is contained in:
2024-04-09 12:30:23 +02:00
parent cf7b5debd4
commit 8b3dbca6cd
4 changed files with 11 additions and 2 deletions

5
playbooks/default.yml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: setup
roles:
- security-setup
- base-setup
- docker-mgmt