Initial commit

This commit is contained in:
sonny 2024-08-03 16:43:30 +02:00
commit ab42ecdbbc
4 changed files with 53 additions and 0 deletions

5
playbook.yml Normal file
View file

@ -0,0 +1,5 @@
- hosts: localhost
tasks:
- import_tasks: 'tasks.yml'
vars_files:
- 'vars.yml'