Merge pull request #7 from geerlingguy/4-inventory-name

Fixes #4: Use k3s_cluster (no dashes) for inventory name.
This commit is contained in:
Julien DOCHE 2020-05-12 22:58:41 +02:00 committed by GitHub
commit bad25d1ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ Add the system information gathered above into a file called hosts.ini. For exam
[node] [node]
192.16.35.[10:11] 192.16.35.[10:11]
[k3s-cluster:children] [k3s_cluster:children]
master master
node node

View File

@ -7,6 +7,6 @@
192.168.1.16 192.168.1.16
192.168.1.32 192.168.1.32
[k3s-cluster:children] [k3s_cluster:children]
master master
node node

View File

@ -1,6 +1,6 @@
--- ---
- hosts: k3s-cluster - hosts: k3s_cluster
gather_facts: yes gather_facts: yes
become: yes become: yes
roles: roles:

View File

@ -1,6 +1,6 @@
--- ---
- hosts: k3s-cluster - hosts: k3s_cluster
gather_facts: yes gather_facts: yes
become: yes become: yes
roles: roles: