chore: add reverseproxy role skeleton
This commit is contained in:
parent
e8da6c9482
commit
d7bbe2a945
8 changed files with 94 additions and 0 deletions
3
roles/reverseproxy/tests/inventory
Normal file
3
roles/reverseproxy/tests/inventory
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
localhost
|
||||
|
||||
6
roles/reverseproxy/tests/test.yml
Normal file
6
roles/reverseproxy/tests/test.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- reverseproxy
|
||||
Loading…
Add table
Add a link
Reference in a new issue