Initial commit

This commit is contained in:
Jan Beilicke 2020-11-28 20:56:32 +01:00
commit 91846db7af
10 changed files with 175 additions and 0 deletions

2
tests/inventory Normal file
View file

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

5
tests/test.yml Normal file
View file

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- jotbe.dev-tools