aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-02-22 14:01:02 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-02-22 22:56:32 +0100
commit8692bc2704f2a38890c93577e8f6743e611d5308 (patch)
tree4f0e9ffda46afe5e571d7071dd8e08c34a5b8928 /README.md
parentf7dd5848f817bb42cb06eadc5444ec390aa813ba (diff)
downloadansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.tar.gz
ansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.tar.zst
ansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.zip
add travis file
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ab8663..b049e6e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Variables for the application
20- `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional. 20- `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional.
21- `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> 21- `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/>
22 Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` 22 Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }`
23- `clever_app_role`: role to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. 23- `clever_app_tasks`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional.
24- `domain`: the domain from which the application should be reachable, optional 24- `domain`: the domain from which the application should be reachable, optional
25- `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. 25- `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`.
26 26