diff --git a/README.md b/README.md index 2183dfa..27e47a0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add the system information gathered above into a file called hosts.ini. For exam [node] 192.16.35.[10:11] -[k3s-cluster:children] +[k3s_cluster:children] master node diff --git a/inventory/hosts.ini b/inventory/hosts.ini index e45c65c..b015890 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -7,6 +7,6 @@ 192.168.1.16 192.168.1.32 -[k3s-cluster:children] +[k3s_cluster:children] master node diff --git a/reset.yml b/reset.yml index 4dd5794..435de02 100644 --- a/reset.yml +++ b/reset.yml @@ -1,6 +1,6 @@ --- -- hosts: k3s-cluster +- hosts: k3s_cluster gather_facts: yes become: yes roles: diff --git a/site.yml b/site.yml index 70c3b75..9c5a2eb 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ --- -- hosts: k3s-cluster +- hosts: k3s_cluster gather_facts: yes become: yes roles: