feat: add basic httpbin services
Used to test connectivity of proxies
This commit is contained in:
parent
314fce4757
commit
137075ee6f
9 changed files with 149 additions and 0 deletions
3
roles/httpbin/tests/inventory
Normal file
3
roles/httpbin/tests/inventory
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
localhost
|
||||
|
||||
6
roles/httpbin/tests/test.yml
Normal file
6
roles/httpbin/tests/test.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- httpbin
|
||||
Loading…
Add table
Add a link
Reference in a new issue