|
| 1 | +# Generated By Terraform |
| 2 | +aws_region: us-west-2 |
| 3 | +aws_access_key_id: AKIAIDCQ7YKWQPHXXVPA # TODO, add to terraform |
| 4 | +aws_secret_access_key: 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 # TODO, Add to terraform |
| 5 | +postgres_host: tf-002e1957463ef252970bd5f0bd.cnksgdqarobf.us-west-2.rds.amazonaws.com |
| 6 | +postgres_password: WfhbflI8jIz0Rr-Japuc-iLHPbg |
| 7 | +postgres_user: runnable |
| 8 | +# User vault is accesible from cluster |
| 9 | +user_vault_load_balancer: "user-vault" |
| 10 | +mongo_hosts: 'mongo' |
| 11 | +# Accessible from dock |
| 12 | +consul_host_address: 'consul-host' |
| 13 | +# Accessible from dock |
| 14 | +redis_host_address: |
| 15 | +mongo_volume_id: vol-0b364425ec3f190ce # TODO, add to terraform |
| 16 | +rabbit_volume_id: vol-03b21a05ad0d1030e # TODO, add to terraform |
| 17 | +redis_volume_id: vol-0b364425ec3f190ce # TODO, add to terraform |
| 18 | +environment: runnable-self-hosted-2 |
| 19 | + |
| 20 | +# User Provided |
| 21 | +domain: runnable-test-main-2.info |
| 22 | +user_content_domain: runnable-test-navi-2.info |
| 23 | +vault_auth_token: 642c3bba-ae85-31c8-b07a-876171b64717 |
| 24 | +vault_token_01: 69b6ebaa8569f877116d4e5c640f173efb7b9da7ff271548e582558032d50dbb01 |
| 25 | +vault_token_02: 52766f0ff9770253d8b26780c88944ccd5f14ae52891140de1a120dd7ee1879702 |
| 26 | +vault_token_03: f89e74ab796ec590f73277681010a3765cbe3a8d42c680b71a7da31192d9533403 |
| 27 | +vault_token_04: afaf475f57aad3923f58480d05701c88a9d2bf5e4b8e1e61b3d0a03d121efc7804 |
| 28 | +vault_token_05: 05475cfbd7b3145110d858e5dde9fb32209dcf3621d98adb480c23f1fe2628db05 |
| 29 | +rabbit_password: 047a6b3ce2c74be694afb2ac3a960c44 |
| 30 | +rabbit_username: b56cbb97644743809559fa0297c8e51d |
| 31 | +mongo_user: 93ce22876b554eba8c5d392a5d57ee71 |
| 32 | +mongo_password: 1c1d692441314b0cb060d6e70f78a5a4 |
| 33 | +github_token: 1bae48fd096d795b4730c65d6da86d3dbd741c82 |
| 34 | +github_client_id: 41aa03dc2948c3bc9b8c |
| 35 | +github_client_secret: 4e7d070cd472945e2837fbca0748be15edf77edc |
| 36 | +hello_runnable_github_token: d26acd9aad355430cc26584247e0ac3f0ee462af |
| 37 | +hello_runnable_github_id: 28722728 |
| 38 | +navi_cookie_secret: fb4acc7a69f04c10b84e943eb8538768 |
| 39 | +dock_vault_user_creation_access_token: |
| 40 | + |
| 41 | +# Provided by Runnable |
| 42 | +registry_username: "runnable+zendeskpull" |
| 43 | +registry_token: FJQPM3VZKWCIMPO6TWQ9BD3TPWJD008HHH0RCDC3RKYO4AHMQ89RN4H4E94QUUCY |
| 44 | +intercom_id: wqzm3rju |
| 45 | +intercom_key: dG9rOjcyYzAwMzMzX2MxMGVfNDBiYl9iY2M3XzcxYzExMzFkYTI1ODoxOjA |
| 46 | + |
| 47 | +# |
| 48 | +mongo_replset_name: "{{ environment }}-rs0" |
| 49 | + |
| 50 | +api_aws_access_key_id: "{{ aws_access_key_id }}" |
| 51 | +api_aws_alias_host: "{{ aws_region }}.compute.internal" |
| 52 | +api_aws_secret_access_key: "{{ aws_secret_access_key }}" |
| 53 | +api_github_client_id: "{{ github_client_id }}" |
| 54 | +api_github_client_secret: "{{ github_client_secret }}" |
| 55 | +api_github_deploy_keys_bucket: "runnable.deploykeys.{{ environment }}" |
| 56 | +api_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 57 | +api_mongo_database: "api" |
| 58 | +api_mongo_replset_name: "{{ mongo_replset_name }}" |
| 59 | +api_s3_context_bucket: "runnable.context.resources.{{ environment }}" |
| 60 | +api_s3_log_bucket: "{{ environment }}.container-logs" |
| 61 | +redis_host_address: "redis" |
| 62 | + |
| 63 | +big_poppa_github_token: "{{ github_token }}" |
| 64 | +big_poppa_intercom_id: "{{ intercom_id }}" |
| 65 | +big_poppa_intercom_key: "{{ intercom_key }}" |
| 66 | +big_poppa_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 67 | +big_poppa_mongo_database: "{{ api_mongo_database }}" |
| 68 | +big_poppa_mongo_replset_name: "{{ mongo_replset_name }}" |
| 69 | +big_poppa_pg_host: "{{ postgres_host }}" |
| 70 | +big_poppa_pg_pass: "{{ postgres_password}}" |
| 71 | +big_poppa_pg_user: "{{ postgres_user }}" |
| 72 | + |
| 73 | +clio_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 74 | +clio_mongo_database: "clio" |
| 75 | + |
| 76 | +kartographer_hello_runnable_github_token: "{{ hello_runnable_github_token }}" |
| 77 | + |
| 78 | +khronos_intercom_api_key: "{{ intercom_key }}" |
| 79 | +khronos_intercom_app_id: "{{ intercom_id }}" |
| 80 | +khronos_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 81 | +khronos_mongo_database: "{{ api_mongo_database }}" |
| 82 | +khronos_mongo_replset_name: "{{ mongo_replset_name }}" |
| 83 | + |
| 84 | +optimus_aws_access_id: "{{ aws_access_key_id }}" |
| 85 | +optimus_aws_secret_id: "{{ aws_secret_access_key }}" |
| 86 | +optimus_github_deploy_keys_bucket: "runnable.deploykeys.{{ environment }}" |
| 87 | + |
| 88 | +pheidi_intercom_admin_id: 22382 |
| 89 | +pheidi_intercom_id: "{{ intercom_id }}" |
| 90 | +pheidi_intercom_key: "{{ intercom_key }}" |
| 91 | +pheidi_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 92 | +pheidi_mongo_database: "{{ api_mongo_database }}" |
| 93 | +pheidi_mongo_replset_name: "{{ mongo_replset_name }}" |
| 94 | +pheidi_runnabot_tokens: "{{ github_token }}" |
| 95 | + |
| 96 | +vault_hello_runnable_github_token: "{{ hello_runnable_github_id }}" |
| 97 | +vault_aws_access_key_id: "{{ aws_access_key_id }}" |
| 98 | +vault_aws_secret_key: "{{ aws_secret_access_key }}" |
| 99 | +vault_aws_region: "{{ aws_region }}" |
| 100 | +vault_consul_address: "consul:8500" |
| 101 | + |
| 102 | +marketing_bucket: "{{ domain }}" |
| 103 | +marketing_aws_access_key: "{{ aws_access_key_id }}" |
| 104 | +marketing_aws_secret_key: "{{ aws_secret_access_key }}" |
| 105 | + |
| 106 | +api_hello_runnable_github_token: "{{ hello_runnable_github_token }}" |
| 107 | +bastion_sshd_port: 22 |
| 108 | +env: "{{ environment }}" |
| 109 | +is_github_enterprise: false |
| 110 | +mongo_port: 27017 |
| 111 | +navi_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" |
| 112 | +navi_mongo_database: "navi" |
| 113 | +node_env: "{{ environment }}" |
| 114 | +pg_host: "{{ postgres_host }}" |
| 115 | +pg_pass: "{{ postgres_password }}" |
| 116 | +pg_port: 5432 |
| 117 | +include_eru_proxy: false |
| 118 | +include_ergre_proxy: false |
| 119 | + |
| 120 | +web_intercom_id: "{{ intercom_id }}" |
0 commit comments