- Add blackbox exporter role and playbooks - Add cadvisor, docker, httpbin roles - Add app3 deployment playbooks - Configure blackbox monitoring
6 lines
119 B
YAML
6 lines
119 B
YAML
---
|
|
# httpbin configuration
|
|
httpbin_port: 8080
|
|
httpbin_image: "kennethreitz/httpbin"
|
|
httpbin_container_name: "httpbin"
|