diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | defaults/main.yml | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -28,7 +28,6 @@ Variables for the application | |||
28 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` | 28 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` |
29 | - `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. | 29 | - `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. |
30 | - `clever_haskell_entry_point`: the haskell executable name to be executed by clever cloud, optional. | 30 | - `clever_haskell_entry_point`: the haskell executable name to be executed by clever cloud, optional. |
31 | - _Obsolete_: `clever_entry_point`: Same as above but was replaced by `clever_haskell_entry_point` since v1.14 of this role. | ||
32 | - `clever_domain`: the domain from which the application should be reachable, optional. | 31 | - `clever_domain`: the domain from which the application should be reachable, optional. |
33 | - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. | 32 | - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. |
34 | - `clever_syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. | 33 | - `clever_syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. |
diff --git a/defaults/main.yml b/defaults/main.yml index bd3b6a6..4e2ef8e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml | |||
@@ -6,7 +6,6 @@ clever_app_root: "{{ app_root | default(playbook_dir + '/..') }}" | |||
6 | clever_app_confdir: "{{ clever_app_root }}/.clever_cloud" | 6 | clever_app_confdir: "{{ clever_app_root }}/.clever_cloud" |
7 | clever_login_file: "{{ clever_app_confdir }}/login" | 7 | clever_login_file: "{{ clever_app_confdir }}/login" |
8 | 8 | ||
9 | clever_haskell_entry_point: "{{ clever_entry_point | default(None) }}" | ||
10 | clever_haskell_env: {} | 9 | clever_haskell_env: {} |
11 | clever_env: {} | 10 | clever_env: {} |
12 | 11 | ||