aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2019-10-08 14:46:25 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2020-06-19 15:14:54 +0200
commit1c1393659bb8adb3273e2434725ae1664287a1c9 (patch)
treea990eea62add9c2aec31147806793a775c273b9f /README.md
parent18c278e2d8f19fe1066908bd6bc631bdb8472333 (diff)
downloadansible-clever-1c1393659bb8adb3273e2434725ae1664287a1c9.tar.gz
ansible-clever-1c1393659bb8adb3273e2434725ae1664287a1c9.tar.zst
ansible-clever-1c1393659bb8adb3273e2434725ae1664287a1c9.zip
Add optional build flavor configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 469667b..ef14393 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Variables for the application
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`. 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`. 36- `clever_disable_metrics`: a boolean to disable metrics support. Optional, default to `false`.
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. 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.
38- `clever_build_flavor`: an optional text value used to configure the size of the dedicated build instance (for instance `S` or `XL`). If not defined, it delegates to clever cloud default behaviour. Setting `disabled` disables the dedicated build instance altogether.
38 39
39Variables specific to deployment, default should be fine: 40Variables specific to deployment, default should be fine:
40- `clever_cli_version`: Version of clever cli tools, default to `0.9.3`. 41- `clever_cli_version`: Version of clever cli tools, default to `0.9.3`.