diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2018-12-27 15:28:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 15:28:57 +0100 |
commit | e5697403dacf206a7fe99c2efa9fe03297785446 (patch) | |
tree | b44454d0108182c3a489672edafd0c211cbaf103 /README.md | |
parent | 62408b8cdb2d984c2e73a94bae4fef96b28d9c41 (diff) | |
parent | 65b86d1f9c763b4a0cbb29b76d8f21035ef703af (diff) | |
download | ansible-clever-e5697403dacf206a7fe99c2efa9fe03297785446.tar.gz ansible-clever-e5697403dacf206a7fe99c2efa9fe03297785446.tar.zst ansible-clever-e5697403dacf206a7fe99c2efa9fe03297785446.zip |
Merge pull request #30 from paulrbr-fl/rename-entry-point
app: rename `clever_entry_point`. It's only used by Haskell apps
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`. |