paperless: Add role
This commit is contained in:
parent
73368d4c82
commit
dc8ec72581
10 changed files with 235 additions and 0 deletions
2
ansible/roles/paperless/tests/inventory
Normal file
2
ansible/roles/paperless/tests/inventory
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
||||
5
ansible/roles/paperless/tests/test.yml
Normal file
5
ansible/roles/paperless/tests/test.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- paperless
|
||||
Loading…
Add table
Add a link
Reference in a new issue