repo: Move ansible setup to root dir
This commit is contained in:
parent
ff718b46ef
commit
7a37d60494
48 changed files with 127 additions and 172 deletions
2
roles/grocy/tests/inventory
Normal file
2
roles/grocy/tests/inventory
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
||||
5
roles/grocy/tests/test.yml
Normal file
5
roles/grocy/tests/test.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- grocy
|
||||
Loading…
Add table
Add a link
Reference in a new issue