aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2018-12-27 11:47:42 +0100
committerPaul Bonaud <paul.bonaud@fretlink.com>2018-12-27 14:43:39 +0100
commit65b86d1f9c763b4a0cbb29b76d8f21035ef703af (patch)
treeb44454d0108182c3a489672edafd0c211cbaf103 /README.md
parent62408b8cdb2d984c2e73a94bae4fef96b28d9c41 (diff)
downloadansible-clever-65b86d1f9c763b4a0cbb29b76d8f21035ef703af.tar.gz
ansible-clever-65b86d1f9c763b4a0cbb29b76d8f21035ef703af.tar.zst
ansible-clever-65b86d1f9c763b4a0cbb29b76d8f21035ef703af.zip
app: rename `clever_entry_point`. It's only used by Haskell apps
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f156f5c..9141b11 100644
--- a/README.md
+++ b/README.md
@@ -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`.