mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
chore(github): updated issue template
This commit is contained in:
25
.github/ISSUE_TEMPLATE.md
vendored
25
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
<!-- It's a good idea to check this post first for general troubleshooting https://github.com/techno-tim/k3s-ansible/discussions/19 -->
|
||||||
|
|
||||||
<!--- Provide a general summary of the issue in the Title above -->
|
<!--- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
## Expected Behavior
|
## Expected Behavior
|
||||||
@@ -19,13 +21,16 @@
|
|||||||
|
|
||||||
Operating system:
|
Operating system:
|
||||||
|
|
||||||
|
Hardware:
|
||||||
|
|
||||||
### Variables Used:
|
### Variables Used:
|
||||||
|
|
||||||
|
`all.yml`
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
k3s_version: ""
|
k3s_version: ""
|
||||||
ansible_user: NA
|
ansible_user: NA
|
||||||
systemd_dir: "
|
systemd_dir: ""
|
||||||
|
|
||||||
flannel_iface: ""
|
flannel_iface: ""
|
||||||
|
|
||||||
@@ -42,7 +47,25 @@ metal_lb_speaker_tag_version: ""
|
|||||||
metal_lb_controller_tag_version: ""
|
metal_lb_controller_tag_version: ""
|
||||||
|
|
||||||
metal_lb_ip_range: ""
|
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
|
## Possible Solution
|
||||||
|
|||||||
Reference in New Issue
Block a user