Sha256: 657a3ea91d745ccc36e107d684f64c52e5ac7378434189a31d02300e33c37864

Contents?: true

Size: 1.8 KB

Versions: 4

Compression:

Stored size: 1.8 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

nodejs_version: "4.x"

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

# Postgres Backups
backup_hosts:
  - production
backup_dir: file:///var/lib/postgresql/backups
backup_schedule: 0 4 * * *
backup_enabled: yes
backup_cron: yes
backup_user: root

backup_postgres_user: postgres
backup_postgres_host: localhost

backup_profiles:
  - name: postgresql
    schedule: "{{ backup_schedule }}"
    source: postgresql://{{ app_name }}_{{ be_app_env }}
    target: "{{ backup_dir }}"
    user: root

rbenv:
  env: system
  version: v1.0.0
  ruby_version: 2.3.1

rbenv_group: root

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
taperole-1.8.0 vars/defaults.yml
taperole-1.7.1 vars/defaults.yml
taperole-1.7.0 vars/defaults.yml
taperole-1.6.0 vars/defaults.yml