Sha256: 89b2707ec9c1a2b4f152188d4b0259f57375d5cf72a2af7c3e02c6d2ae8b9214
Contents?: true
Size: 711 Bytes
Versions: 35
Compression:
Stored size: 711 Bytes
Contents
- name: Install unicorn init.d script template: src=unicorn_init.j2 dest=/etc/init.d/unicorn_{{app_name}} mode=u=rw,g=rx,o=rx - name: register unicorn init.d script command: initctl reload-configuration - name: Set up unicorn log dir file: path={{be_app_path}}/log state=directory owner=deployer - name: Install unicorn config template: src=unicorn.rb.j2 dest={{be_app_path}}/config/unicorn.rb - name: Register monit config files template: src=unicorn_monit.j2 dest=/etc/monit/conf.d/unicorn mode=u=rw,g=r,o=r register: unicorn_monit_config - name: Reload Monit command: bash -lc "monit reload" when: unicorn_monit_config.changed
Version data entries
35 entries across 35 versions & 1 rubygems