From db893b5291b99acf22e8c6fa39c129e6c6cd687a Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 10 Jul 2020 21:39:13 +0200 Subject: [PATCH] I'm very tired I think --- group_vars/munin_server.yml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/munin_server.yml.template b/group_vars/munin_server.yml.template index 8b7b481..0bd364d 100644 --- a/group_vars/munin_server.yml.template +++ b/group_vars/munin_server.yml.template @@ -3,8 +3,8 @@ munin_hosts: - name: "localhost" address: "127.0.0.1" extra: ["use_node_name yes"] - - name: "vm-arn-01.wirebrass.fr" - address: "address ssh://munin-async@vm-arn-01.wirebrass.fr/ -W localhost:4949" + - name: "host.example.org" + address: "address ssh://munin-async@host.example.org/ -W localhost:4949" munin_admin_user: "{{ vault_munin_admin_user }}" munin_admin_password: "{{ vault_munin_admin_password }}"