Sha256: c7a1f813ce4edf1c6c6c315026735cf08260bca5d08b924b5b175c14d8183124

Contents?: true

Size: 415 Bytes

Versions: 6

Compression:

Stored size: 415 Bytes

Contents

---
# Production playbook
#==========================================================
- hosts: root
  sudo: true
  user: root
  roles:
    - role: user
    - role: security

- hosts: deploy
  sudo: true
  user: <%= Ahoy::VariableStore.variables['server_user'] %>
  roles:
    - role: essentials
    - role: nodejs
    - role: nginx
    - role: postgresql
    - role: ruby
    - role: variables
    - role: complete

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails-ahoy-0.2.4 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml
rails-ahoy-0.2.0 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml
rails-ahoy-0.1.3 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml
rails-ahoy-0.1.2 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml
rails-ahoy-0.1.1 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml
rails-ahoy-0.1.0 lib/generators/ahoy/templates/ansible_templates/playbooks/_production.yml