From 88b10d9f1120e1c147863e06e6981fd58f90fd8b Mon Sep 17 00:00:00 2001
From: Gorka Benguria <gorka.benguria@tecnalia.com>
Date: Tue, 7 Mar 2023 18:14:42 +0100
Subject: [PATCH] add groups

---
 inventory.j2 | 4 ++--
 main.yml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inventory.j2 b/inventory.j2
index fa74fb5..489cb89 100644
--- a/inventory.j2
+++ b/inventory.j2
@@ -1,9 +1,9 @@
 
 
-[servers_for_piacere_monitoring]
+[servers_for_performance_monitoring]
 demo-server-for-agents
 
-[servers_for_piacere_monitoring:vars]
+[servers_for_performance_monitoring:vars]
 ansible_connection=ssh
 ansible_user=ubuntu
 ansible_ssh_private_key_file=ssh_key
diff --git a/main.yml b/main.yml
index b6e9bc4..8abf930 100644
--- a/main.yml
+++ b/main.yml
@@ -9,7 +9,7 @@
         type: role
         requirements_file: ansible_requirements.yml
 
-- hosts: servers_for_piacere_monitoring
+- hosts: servers_for_performance_monitoring
   pre_tasks:
     - name: Check parameters
       fail:
-- 
GitLab