Sha256: 71426fa319fa9fe142abe95e27ee6357cdd2c87d1957ba5aef04036ce9df95bf
Contents?: true
Size: 559 Bytes
Versions: 8
Compression:
Stored size: 559 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 'ssh' service 'rabbitmq', app_protocol: 'amqp' service 'postgresql' service 'cozy_frontend', port: 3000, app_protocol: 'http' 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
8 entries across 8 versions & 1 rubygems