From 00035983f9ff5608057659b2cdb3e7cee41134fd Mon Sep 17 00:00:00 2001 From: Efim <94497805+fimmicon@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:19:10 +0200 Subject: [PATCH] Fix typo in example --- inventory/sample/hosts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/hosts.ini b/inventory/sample/hosts.ini index e2d4334a..84478392 100644 --- a/inventory/sample/hosts.ini +++ b/inventory/sample/hosts.ini @@ -2,7 +2,7 @@ ; Optional hostvars that can be pased in to individual nodes include node_ip, node_name, bind_address, advertise_address, node_taints=[], node_labels=[], and node_external_ip ; Example: [rke2_servers] -; host0 node_labels='["extraLabel0=true"]' node_ip="10.10.10.10" node_name="customName0" bind_address="10.10.10.10" advertise_adress="10.10.10.10" node_external_ip="52.52.52.52" node_taints='["CriticalAddonsOnly=true:NoSchedule"]' cloud_provider_name="aws" +; host0 node_labels='["extraLabel0=true"]' node_ip="10.10.10.10" node_name="customName0" bind_address="10.10.10.10" advertise_address="10.10.10.10" node_external_ip="52.52.52.52" node_taints='["CriticalAddonsOnly=true:NoSchedule"]' cloud_provider_name="aws" ; host1 node_labels='["extraLabel1=true"]' node_ip="10.10.10.11" node_name="customName1" node_taints='["CriticalAddonsOnly=true:NoSchedule"]' cloud_provider_name="aws" ; host2 node_labels='["extraLabel0=true"]' node_ip="10.10.10.12" node_name="customName1" node_taints='["CriticalAddonsOnly=true:NoSchedule"]' cloud_provider_name="aws"