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: