Sha256: 6acbb3bb33354b0805b1770f602a812b1e9d9c362198aa04cc2d4afa0c768eac

Contents?: true

Size: 715 Bytes

Versions: 15

Compression:

Stored size: 715 Bytes

Contents

# Servers
#
# Servers are split into different roles, with each role having its own configuration.
#
# For simpler deployments, though, where all servers are identical, you can just specify a list of servers.
# They will be implicitly assigned to the `web` role.
servers:
  - 172.0.0.1
  - 172.0.0.2
  - 172.0.0.3

# Tagging servers
#
# Servers can be tagged, with the tags used to add custom env variables (see kamal docs env).
servers:
  - 172.0.0.1
  - 172.0.0.2: experiments
  - 172.0.0.3: [ experiments, three ]

# Roles
#
# For more complex deployments (e.g., if you are running job hosts), you can specify roles and configure each separately (see kamal docs role):
servers:
  web:
    ...
  workers:
    ...

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
kamal-2.5.3 lib/kamal/configuration/docs/servers.yml
kamal-2.5.2 lib/kamal/configuration/docs/servers.yml
kamal-2.5.1 lib/kamal/configuration/docs/servers.yml
kamal-2.5.0 lib/kamal/configuration/docs/servers.yml
kamal-2.4.0 lib/kamal/configuration/docs/servers.yml
nocoffee-kamal-2.3.0.3 lib/kamal/configuration/docs/servers.yml
nocoffee-kamal-2.3.0.2 lib/kamal/configuration/docs/servers.yml
nocoffee-kamal-2.3.0.1 lib/kamal/configuration/docs/servers.yml
kamal-2.3.0 lib/kamal/configuration/docs/servers.yml
kamal-2.2.2 lib/kamal/configuration/docs/servers.yml
kamal-2.2.1 lib/kamal/configuration/docs/servers.yml
kamal-2.2.0 lib/kamal/configuration/docs/servers.yml
kamal-2.1.2 lib/kamal/configuration/docs/servers.yml
kamal-2.1.1 lib/kamal/configuration/docs/servers.yml
kamal-2.1.0 lib/kamal/configuration/docs/servers.yml