aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2019-07-01 17:31:30 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2019-07-02 10:33:07 +0200
commite6872941578e0988b4d1f2eca6fbf59e655a0957 (patch)
tree25cbae9f60b25cee963077773a52d8cd8fc621ee /README.md
parent587357dd2edae36fc8a1632c61a62801af31f49f (diff)
downloadansible-clever-e6872941578e0988b4d1f2eca6fbf59e655a0957.tar.gz
ansible-clever-e6872941578e0988b4d1f2eca6fbf59e655a0957.tar.zst
ansible-clever-e6872941578e0988b4d1f2eca6fbf59e655a0957.zip
Clever Cloud metrics are now enabled by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9141b11..469667b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ Ansible role for clever cloud deployment
7Clever deploy 7Clever deploy
8========= 8=========
9 9
10This roles deploy an haskell app on clever cloud (https://www.clever-cloud.com). 10This role deploys applications on clever cloud (https://www.clever-cloud.com).
11It handles the publication over git, as well as domain names, environment variables and log drains configuration.
11 12
12Requirements 13Requirements
13------------ 14------------
@@ -31,7 +32,8 @@ Variables for the application
31- _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.
32- `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`.
33- _Obsolete_: `syslog_server`: Same as above but was replaced by `clever_syslog_server` since v1.5 of this role. 34- _Obsolete_: `syslog_server`: Same as above but was replaced by `clever_syslog_server` since v1.5 of this role.
34- `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `true`. 35- _Obsolete_: `clever_metrics`: metrics used to be disabled by default. Now they are enabled by default and can be explicitly disabled with `clever_disable_metrics`.
36- `clever_disable_metrics`: a boolean to disable metrics support. Optional, default to `false`.
35- `clever_env_output_file`: as a post deploy task you might need to retrieve the full Clever environment configuration (i.e. with addon env variables). If this variable is set to a filename then the env will be retrieved after a successful deploy inside this file. Optional. 37- `clever_env_output_file`: as a post deploy task you might need to retrieve the full Clever environment configuration (i.e. with addon env variables). If this variable is set to a filename then the env will be retrieved after a successful deploy inside this file. Optional.
36 38
37Variables specific to deployment, default should be fine: 39Variables specific to deployment, default should be fine: