Added Docker role

This commit is contained in:
2023-02-12 23:18:14 +01:00
parent 90f5d1b102
commit 6a8ea07a6c
10 changed files with 246 additions and 0 deletions

View File

@ -0,0 +1,2 @@
localhost

View File

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- docker