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:
16
playbooks/deploy-app3-httpbin.yml
Normal file
16
playbooks/deploy-app3-httpbin.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: Deploy httpbin on App3
|
||||
hosts: 192.168.0.112
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
pre_tasks:
|
||||
- name: Ensure Docker is installed
|
||||
include_role:
|
||||
name: docker
|
||||
apply:
|
||||
tags: docker
|
||||
|
||||
roles:
|
||||
- role: httpbin
|
||||
tags: httpbin
|
||||
Reference in New Issue
Block a user