diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,12 +20,13 @@ Variables for the application | |||
20 | - `clever_token`: clever_cloud token, mandatory. | 20 | - `clever_token`: clever_cloud token, mandatory. |
21 | - `clever_secret`: clever_cloud secret, mandatory. | 21 | - `clever_secret`: clever_cloud secret, mandatory. |
22 | - `clever_app`: the id of the app to link, mandatory. | 22 | - `clever_app`: the id of the app to link, mandatory. |
23 | - `clever_entry_point`: the executable name to be executed by clever cloud, mandatory | ||
24 | - `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional. | 23 | - `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional. |
25 | - `clever_base_env`: a dict set in vars/main.yml with safe default and mandatory variables for an app to be run on clever. ` clever_base_env | combine(clever_env)` is passed to `clever env` command | 24 | - `clever_base_env`: a dict set in vars/main.yml with safe default and mandatory variables for an app to be run on clever. ` clever_base_env | combine(clever_env)` is passed to `clever env` command |
26 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> | 25 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> |
27 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` | 26 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` |
28 | - `clever_app_tasks_file`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. | 27 | - `clever_app_tasks_file`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. |
28 | - `clever_haskell_entry_point`: the haskell executable name to be executed by clever cloud, optional. | ||
29 | - _Obsolete_: `clever_entry_point`: Same as above but was replaced by `clever_haskell_entry_point` since v1.14 of this role. | ||
29 | - `clever_domain`: the domain from which the application should be reachable, optional. | 30 | - `clever_domain`: the domain from which the application should be reachable, optional. |
30 | - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. | 31 | - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. |
31 | - `clever_syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. | 32 | - `clever_syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. |