From 6d90b4b492de6d62639f099aa5c9c931ee95071e Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 4 Apr 2022 22:12:31 -0500 Subject: [PATCH] chore(github): updated issue template --- .github/ISSUE_TEMPLATE.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6b7abff..c88b008 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,6 @@ + + ## Expected Behavior @@ -19,13 +21,16 @@ Operating system: +Hardware: ### Variables Used: +`all.yml` + ```yml k3s_version: "" ansible_user: NA -systemd_dir: " +systemd_dir: "" flannel_iface: "" @@ -42,7 +47,25 @@ metal_lb_speaker_tag_version: "" metal_lb_controller_tag_version: "" metal_lb_ip_range: "" +``` +### Hosts + +`host.ini` + +```ini +[master] +IP.ADDRESS.ONE +IP.ADDRESS.TWO +IP.ADDRESS.THREE + +[node] +IP.ADDRESS.FOUR +IP.ADDRESS.FIVE + +[k3s_cluster:children] +master +node ``` ## Possible Solution