Added base files for the Ansible role

This commit is contained in:
n07070
2022-02-19 17:23:37 +01:00
parent e2fb5537d8
commit 652402bc68
8 changed files with 104 additions and 2 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:
- ansible-garage-install