config.yaml 309 B

123456789101112131415161718
  1. #
  2. # Integration Test Config: Entities
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. actions:
  8. - title: Ping {{ server.hostname }}
  9. shell: ping {{ server.hostname }}
  10. icon: ping
  11. entity: server
  12. entities:
  13. - file: entities/servers.yaml
  14. name: server