diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-09-28 11:14:12 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-09-28 11:27:10 +0200 |
commit | 1157a45f9ca2f579b11462865271379d175127fc (patch) | |
tree | b4fdb60a3d47943f83391214c2a9b9a5835fc250 /README.md | |
parent | da999d16b410b3b6892c4ffa692c1a860d1e2781 (diff) | |
download | ansible-clever-1157a45f9ca2f579b11462865271379d175127fc.tar.gz ansible-clever-1157a45f9ca2f579b11462865271379d175127fc.tar.zst ansible-clever-1157a45f9ca2f579b11462865271379d175127fc.zip |
domain: allow the domain to be specified via clever_domain variable
Every other variables are prefixed with `clever_` which makes the
definition of variables clearer from a "app" configuration point of
view.
WDYT?
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ Variables for the application | |||
26 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> | 26 | - `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 }` | 27 | 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. | 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. |
29 | - `domain`: the domain from which the application should be reachable, optional | 29 | - `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. | ||
30 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. | 31 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. |
31 | - `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `false`. | 32 | - `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `false`. |
32 | 33 | ||