Sha256: 6f955d3366997b3fbb7ebec737fa083eba40ae2dcaf4b5a660db8745ec9ad5e4

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

be_app_path: "/home/{{ deployer_user.name }}/{{ app_name }}"

fe_app_name: "{{ app_name }}_fe"
fe_app_path: "/home/{{ deployer_user.name }}/{{ fe_app_name }}"

tapefiles_dir: "./taperole"

deployer_user:
  name: deployer
  groups:
    - deployer
    - staff

# Path where this playbook is being run from
local_dir: "{{lookup('env', 'PWD')}}"

unicorn_workers: "{{ansible_processor_cores * 2}}"
unicorn_sockfile: /tmp/unicorn_{{ app_name }}.sock

swap_file:
  path: /swp
  size_kb: "{{ 1024 * 1024 }}"

# echo 'password' | md5
database_password: 286755fad04869ca523320acce0dc6a4

enabled_delayed_job: false

precompile_assets: true

# Sets server_name in the nginx sites-enabled file
app_url: false

fe_build_command: gulp build

allowed_ports:
  - 80
  - 443

no_changes_found_error: |
  ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️
  No Changes detected on remote branch proceeding with deploy anyway
  ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️ ‼️

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taperole-1.5.1 vars/defaults.yml
taperole-1.5.0 vars/defaults.yml