aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-06-19 17:16:11 +0200
committerGitHub <noreply@github.com>2020-06-19 17:16:11 +0200
commitf39118d499132f017d7f2ec0944bf673b6deb7e9 (patch)
treed92cded89530738b61ab4e6735f9f49a102fc467 /README.md
parentaf67286adea7da4e01883bb6c60f44a6141e439f (diff)
parent50411cbb2d091a3bca251e8cd1f599928141cb7b (diff)
downloadansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.tar.gz
ansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.tar.zst
ansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.zip
Merge pull request #68 from paulrbr-fl/bug-fix
fix: make sure not to include unecessary ENV variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a4557b..c0f7959 100644
--- a/README.md
+++ b/README.md
@@ -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`.