From f2732c9332825d848b58d8014b617a533cbb466e Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Mon, 5 Jun 2023 10:40:48 +1000 Subject: [PATCH] Rename aio group to wazuh_aio The current group name is only useful as a demonstration but prefixing with wazuh_ allows it to be used directly in an inventory while maintaining clarity about the groups purpose. This is a breaking change for those using aio as a group name. --- README.md | 6 +++--- playbooks/wazuh-single.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04a7e6292..5435d0288 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a sing ```yaml --- # Certificates generation - - hosts: aio + - hosts: wazuh_aio roles: - role: ../roles/wazuh/wazuh-indexer perform_installation: false @@ -359,7 +359,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a sing tags: - generate-certs # Single node - - hosts: aio + - hosts: wazuh_aio become: yes become_user: root roles: @@ -386,7 +386,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a sing ### Inventory file ```ini -[aio] +[wazuh_aio] [all:vars] diff --git a/playbooks/wazuh-single.yml b/playbooks/wazuh-single.yml index 38499f5cb..09d167c76 100644 --- a/playbooks/wazuh-single.yml +++ b/playbooks/wazuh-single.yml @@ -1,6 +1,6 @@ --- # Certificates generation - - hosts: aio + - hosts: wazuh_aio roles: - role: ../roles/wazuh/wazuh-indexer perform_installation: false @@ -16,7 +16,7 @@ tags: - generate-certs # Single node - - hosts: aio + - hosts: wazuh_aio become: yes become_user: root roles: