Sha256: 5581a548f610a13dcf1dc70b91388a9c90b2170249f6f2af88c33af8ad38e7e3

Contents?: true

Size: 464 Bytes

Versions: 26

Compression:

Stored size: 464 Bytes

Contents

---
  - hosts: <%= @env %>
    become: yes

    vars_files:
      - ./vars/<%= @env %>.yml

    roles:
      - common
      - yarn
      - nodejs
      - ruby-common
      - rails
      - puma
      - nginx
      - letsencrypt
      - nginx # This is included twice intentionally. I think there is a bug that is fixed by running it both before and after the letsencrypt role.
      - postgresql
      - monit
      - logrotate
      - collectd
      - delayed_job

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
subspace-2.5.4 template/provision/playbook.yml.erb
subspace-2.5.3 template/provision/playbook.yml.erb
subspace-2.5.2 template/provision/playbook.yml.erb
subspace-2.5.1 template/provision/playbook.yml.erb
subspace-2.5 template/provision/playbook.yml.erb
subspace-2.4.2 template/provision/playbook.yml.erb
subspace-2.4.1 template/provision/playbook.yml.erb
subspace-2.4.0 template/provision/playbook.yml.erb
subspace-2.3.3 template/provision/playbook.yml.erb
subspace-2.3.2 template/provision/playbook.yml.erb
subspace-2.3.1 template/provision/playbook.yml.erb
subspace-2.3.0 template/provision/playbook.yml.erb
subspace-2.2.3 template/provision/playbook.yml.erb
subspace-2.2.2 template/provision/playbook.yml.erb
subspace-2.2.1 template/provision/playbook.yml.erb
subspace-2.2.0 template/provision/playbook.yml.erb
subspace-2.1.2 template/provision/playbook.yml.erb
subspace-2.1.1 template/provision/playbook.yml.erb
subspace-2.1.0 template/provision/playbook.yml.erb
subspace-2.0.4 template/provision/playbook.yml.erb