Terraform rules working
This commit is contained in:
9
terraform/templates/inventory.tpl
Normal file
9
terraform/templates/inventory.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
[master]
|
||||
${k3s_master_ip}
|
||||
|
||||
[node]
|
||||
${k3s_node_ip}
|
||||
|
||||
[k3s_cluster:children]
|
||||
master
|
||||
node
|
||||
Reference in New Issue
Block a user