mirror of https://github.com/zulip/zulip.git
56 lines
1.3 KiB
INI
56 lines
1.3 KiB
INI
define host{
|
|
use generic-host
|
|
host_name app
|
|
alias app
|
|
address app.humbughq.com
|
|
hostgroups all,web
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name staging
|
|
alias staging
|
|
address staging.humbughq.com
|
|
hostgroups all,web
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name trac
|
|
alias trac
|
|
address trac.humbughq.com
|
|
hostgroups all,web
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name git
|
|
alias git
|
|
address git.humbughq.com
|
|
hostgroups all,web
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name zmirror
|
|
alias zmirror
|
|
address zmirror.humbughq.com
|
|
hostgroups all
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name bots
|
|
alias bots
|
|
address bots.humbughq.com
|
|
hostgroups all
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name postgres
|
|
alias postgres
|
|
address postgres.humbughq.com
|
|
hostgroups all
|
|
}
|