# Copyright (C) 2014      Nick Janetakis <nickjanetakis@gmail.com>
# Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2019 DebOps Project <http://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only

[ansible_controller]
# Add your DebOps workstation/ansible controller host here.

[debops_rails_yourappname]
somehost

[debops_postgresql]
somedbhost

# This is used to host a local apt cache host to provide your app servers
# with a backported version of ruby 2.1.x, check the readme for more details.
[debops_ruby]
aptcachehost

[containers]
somehost
aptcachehost
