Advertisement
jille_Jr
Sep 29th, 2023 (edited)
45
0
Never
This is comment for paste jetporch blackbox_exporter role
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Fails when running with `jetp check-ssh`.
  2.  
  3. Example:
  4.  
  5. ```console
  6. $ jetp check-ssh -i inventory -p playbooks/prometheus.yml --tags blackbox_exporter -r roles
  7. ----------------------------------------------------------
  8. > playbook start: redacted/jetp/playbooks/prometheus.yml
  9. ----------------------------------------------------------
  10. > play: Install blackbox exporter
  11. ----------------------------------------------------------
  12. > batch 1/1, 1 hosts
  13. ----------------------------------------------------------
  14. > (blackbox_exporter) begin task: directory
  15. … redacted.example.com => running
  16. ✓ redacted.example.com => matched
  17. ----------------------------------------------------------
  18. > (blackbox_exporter) begin task: Check if file is downloaded or extracted
  19. … redacted.example.com => running
  20. ✓ redacted.example.com => would run
  21. ----------------------------------------------------------
  22. > (blackbox_exporter) begin task: Download blackbox_exporter
  23. … redacted.example.com => running
  24. ! error: redacted.example.com: failed to parse conditional: (ne file_stat.rc 0): one or more parameters may be undefined
  25. ----------------------------------------------------------
  26. > play failed: Install blackbox exporter
  27. no hosts remaining
  28. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement