You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.6 KiB

  1. <!-- Thanks for filing an issue! Before hitting the button, please answer these questions.-->
  2. **Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
  3. <!--
  4. If this is a BUG REPORT, please:
  5. - Fill in as much of the template below as you can. If you leave out
  6. information, we can't help you as well.
  7. If this is a FEATURE REQUEST, please:
  8. - Describe *in detail* the feature/behavior/change you'd like to see.
  9. In both cases, be ready for followup questions, and please respond in a timely
  10. manner. If we can't reproduce a bug or think a feature already exists, we
  11. might close your issue. If we're wrong, PLEASE feel free to reopen it and
  12. explain why.
  13. -->
  14. **Environment**:
  15. - **Cloud provider or hardware configuration:**
  16. - **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):**
  17. - **Version of Ansible** (`ansible --version`):
  18. **Kargo version (commit) (`git rev-parse --short HEAD`):**
  19. **Network plugin used**:
  20. **Copy of your inventory file:**
  21. **Command used to invoke ansible**:
  22. **Output of ansible run**:
  23. <!-- We recommend using snippets services like https://gist.github.com/ etc. -->
  24. **Anything else do we need to know**:
  25. <!-- By running scripts/collect-info.yaml you can get a lot of useful informations.
  26. Script can be started by:
  27. ansible-playbook -i <inventory_file_path> -u <ssh_user> -e ansible_ssh_user=<ssh_user> -b --become-user=root -e dir=`pwd` scripts/collect-info.yaml
  28. (If you using CoreOS remember to add '-e ansible_python_interpreter=/opt/bin/python').
  29. After running this command you can find logs in `pwd`/logs.tar.gz. You can even upload somewhere entire file and paste link here.-->