chore: add new boilerplate role for homarr
This commit is contained in:
parent
13eb79803f
commit
029b1a86d4
8 changed files with 93 additions and 0 deletions
2
roles/homarr/tests/inventory
Normal file
2
roles/homarr/tests/inventory
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
localhost
|
||||
6
roles/homarr/tests/test.yml
Normal file
6
roles/homarr/tests/test.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- homarr
|
||||
Loading…
Add table
Add a link
Reference in a new issue