diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-02-22 14:01:02 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-02-22 22:56:32 +0100 |
commit | 8692bc2704f2a38890c93577e8f6743e611d5308 (patch) | |
tree | 4f0e9ffda46afe5e571d7071dd8e08c34a5b8928 /README.md | |
parent | f7dd5848f817bb42cb06eadc5444ec390aa813ba (diff) | |
download | ansible-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||