Files
kamal/lib/mrsk
Donal McBreen c06585fef4 Daemon/host/role accessories
Allow the hosts for accessories to be specified by host or role, or on
all app hosts by setting `daemon: true`.

```
  # Single host
  mysql:
    host: 1.1.1.1
  # Multiple hosts
  redis:
    hosts:
      - 1.1.1.1
      - 1.1.1.2
  # By role
  monitoring:
    roles:
      - web
      - jobs
```
2023-03-28 13:26:27 +01:00
..
2023-03-28 13:26:27 +01:00
2023-03-28 13:26:27 +01:00
2023-02-03 22:45:12 +01:00
2023-03-28 13:26:27 +01:00
2023-01-12 14:57:34 +01:00
2023-01-20 16:32:12 +01:00
2023-03-09 14:11:42 +01:00