config.general.yaml 643 B

1234567891011121314151617181920212223242526272829303132333435
  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: "Run Ansible Playbook"
  21. icon: "&#x1F1E6"
  22. shell: ansible-playbook -i /etc/hosts /root/myRepo/myPlaybook.yaml
  23. timeout: 120
  24. - title: Restart Plex
  25. icon: smile
  26. shell: docker restart plex