ansible-nas/.github/ISSUE_TEMPLATE/bug-report.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

2019-08-26 14:26:08 +00:00
---
name: Bug Report
about: Help us to improve Ansible-NAS
title: ''
labels: bug
assignees: ''
---
If you're reporting an issue with execution of the Ansible-NAS playbook, please run the playbook with `-vvv`, and ideally isolate the problematic part with `--tags <ansible tag>` where possible.
**Describe the bug**
A clear and concise description of what the bug is.
**Environment**
- Ansible-NAS revision (`git rev-parse --short HEAD`):
- Ansible version (paste the entire output of `ansible --version` on the machine you run the playbook from):
- Ansible-NAS operating system (`cat /etc/lsb-release` on the Ansible-NAS box) - _Support won't be provided for non-LTS releases of Ubuntu_:
2019-08-26 14:26:08 +00:00
- Ansible-NAS kernel (`uname -a` on the Ansible-NAS box):
- Ansible-NAS Python version (`python --version` on the Ansible-NAS box):
- Ansible-NAS Docker version (`docker --version` on the Ansible-NAS box):
- Latest Docker logs (`journalctl -u docker.service` on the Ansible-NAS box):
- Are you running the playbook from a remote box or the Ansible-NAS box itself?
2019-11-30 08:05:05 +00:00
- Vagrant version, if testing (`vagrant --version`):
2019-12-01 08:28:57 +00:00
- Ansible-NAS filesystems (`df -hT` on the Ansible-NAS box):
- Mounted filesystems (`mount` on the Ansible-NAS box)
2019-11-30 08:05:05 +00:00
**all.yml Variables**
- `docker_image_directory`:
- `docker_home`:
- `docker_storage_driver`:
- `samba_shares_root`:
2019-08-26 14:26:08 +00:00
**Expected behavior**
What should happen?
**Actual behavior**
What actually happens?
**Steps to reproduce**
What does someone need to do to reproduce this?
**Playbook Output**
Paste the output of the playbook at the problematic point. Surround it in triple backticks so that it's formatted correctly.
**Additional context**
Add any other context about the problem here.