Sha256: 6c49be1df3b5e2757c574fbf7325909990bad9570ee8e7c3e282681b3573129a
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 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 # PG Settings postgresql_version: 9.4 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 # Redis sysfs_sysfs_d_files: 001-transparent-hugepage.conf: - attribute: kernel/mm/transparent_hugepage/enabled value: never
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taperole-1.8.1 | vars/defaults.yml |