feat: add blackbox monitoring and app3 deployment
- Add blackbox exporter role and playbooks - Add cadvisor, docker, httpbin roles - Add app3 deployment playbooks - Configure blackbox monitoring
This commit is contained in:
5
roles/httpbin/defaults/main.yml
Normal file
5
roles/httpbin/defaults/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
# httpbin configuration
|
||||
httpbin_port: 8080
|
||||
httpbin_image: "kennethreitz/httpbin"
|
||||
httpbin_container_name: "httpbin"
|
||||
Reference in New Issue
Block a user