Sha256: b1b83acba89142198f5de59f24356f557aead09ed7206f7cc3fb2aaf1207203f

Contents?: true

Size: 711 Bytes

Versions: 19

Compression:

Stored size: 711 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

19 entries across 19 versions & 1 rubygems

Version Path
kamal-1.9.2 lib/kamal/configuration/docs/servers.yml
kamal-1.9.1 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0 lib/kamal/configuration/docs/servers.yml
kamal-1.9.0 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.rc4 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.rc3 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.rc2 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.rc1 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.beta2 lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.alpha lib/kamal/configuration/docs/servers.yml
kamal-2.0.0.beta1 lib/kamal/configuration/docs/servers.yml
kamal-1.8.3 lib/kamal/configuration/docs/servers.yml
kamal-1.8.2 lib/kamal/configuration/docs/servers.yml
kamal-1.8.1 lib/kamal/configuration/docs/servers.yml
kamal-1.8.0 lib/kamal/configuration/docs/servers.yml
kamal-1.7.3 lib/kamal/configuration/docs/servers.yml
kamal-1.7.2 lib/kamal/configuration/docs/servers.yml
kamal-1.7.1 lib/kamal/configuration/docs/servers.yml
kamal-1.7.0 lib/kamal/configuration/docs/servers.yml