ansible: Change hostname to inventory_hostname

Due to the change caused by updated terraform script, we need to change
usage of variable `hostname` to `inventory_hostname`.

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
markoburcul 2024-09-17 08:14:04 +02:00
parent d2475ab197
commit 961322d107
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
node.name: "{{ hostname }}"
node.name: "{{ inventory_hostname }}"
# act as "search load balancer", fetching data, aggregating results, etc.
node.roles: [ ]