Sha256: fa3bd03c75ed907227689f9491b42b54b41a3c6585452fb7b692bcd10a47d5ea
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
# -*- ruby -*- #encoding: utf-8 require 'arborist' Arborist::Host 'yevaud' do parent 'duir' address '192.168.16.10' description "Laptop, running services for development." tags :laptop, :developer service 'ntp' service 'ssh' service 'rabbitmq', app_protocol: 'amqp' service 'cozy_frontend', port: 3000, app_protocol: 'http' do depends_on 'sidonie-postgresql', 'yevaud-rabbitmq' end service 'cozy_admin_frontend', port: 4331, app_protocol: 'http' service 'cozy_services', port: 8888, app_protocol: 'http' service 'cozy_admin_services', port: 8889, app_protocol: 'http' end
Version data entries
5 entries across 5 versions & 1 rubygems