config.yaml 745 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Integration Test Config: General
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. actions:
  8. - title: Ping Google.com
  9. shell: ping google.com -c 1
  10. icon: ping
  11. - title: restart lightdm
  12. icon: poop
  13. shell: ssh root@overseer 'service lightdm restart'
  14. - title: sleep 2 seconds
  15. shell: sleep 2
  16. icon: "&#x1F971"
  17. - title: sleep 5 seconds (timeout)
  18. shell: sleep 5
  19. icon: "&#x1F62A"
  20. - title: dir-popup
  21. shell: dir
  22. popupOnStart: execution-dialog-stdout-only
  23. - title: cd-passive
  24. shell: cd
  25. - title: "Run Ansible Playbook"
  26. icon: "&#x1F1E6"
  27. shell: ansible-playbook -i /etc/hosts /root/myRepo/myPlaybook.yaml
  28. timeout: 120
  29. - title: Restart Plex
  30. icon: smile
  31. shell: docker restart plex