From ced6f35ad3a7c04c4af85a3bf3f4200dac278749 Mon Sep 17 00:00:00 2001 From: ronnygaulke Date: Sun, 14 Dec 2025 18:30:24 +0100 Subject: [PATCH] install haproxy prometheus exporter --- inventory | 2 +- playbooks/install_net_apps.ansible | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 playbooks/install_net_apps.ansible diff --git a/inventory b/inventory index 92c25ee..639396e 160000 --- a/inventory +++ b/inventory @@ -1 +1 @@ -Subproject commit 92c25eeef940519ff83c64435270e8b2cc23a9e7 +Subproject commit 639396e1b4a3fadf21c3f0382726ce20047c0969 diff --git a/playbooks/install_net_apps.ansible b/playbooks/install_net_apps.ansible new file mode 100644 index 0000000..e8b8de3 --- /dev/null +++ b/playbooks/install_net_apps.ansible @@ -0,0 +1,7 @@ +- name: Gather facts from all hosts + hosts: dev + gather_facts: true + become: true + roles: + - net_apps +# \ No newline at end of file