aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix `clever_addons` exampleClement Delafargue2020-07-021-1/+1
|
* Add support for linking service dependenciesClement Delafargue2020-07-021-0/+6
|
* fix: make sure not to include unecessary ENV variablePaul Bonaud2020-06-191-1/+0
| | | | | | | This is a fix to an unfortunate bug introduced by #64 because we had a default value set to `None` on the `clever_haskell_entry_point`. Ansible considers `None` as a defined value so the `is defined` condition doesn't match our need
* Extract environment building tasks from the JSON templateClement Delafargue2020-06-191-0/+1
|
* deploy: remove custom polling script now that the CLI does it for usPaul Bonaud2020-06-171-1/+1
| | | | | See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools
* vars: fix `clever_base_env` by removing a variable if not necessaryPaul Bonaud2020-03-241-2/+2
| | | | | | The `CC_RUN_COMMAND` variable was defined in case we use haskell binary as entrypoints. However if the `clever_haskell_entry_point` variable is not defined we shouldn't define the `CC_RUN_COMMAND` env variable.
* clevertools: upgrade to latest stable version as defaultPaul Bonaud2019-08-051-1/+1
| | | | Upgrade to 1.4.2 as default version installed by the role
* Clever Cloud metrics are now enabled by defaultClement Delafargue2019-07-021-1/+1
|
* deploy_task: Update clever CLI tools and use it instead of git pushPaul Bonaud2019-01-141-1/+1
| | | | | | | | Updating to latest version of 1.1.1 helps to have a stable `clever deploy` command. This commit relies on the output of the command instead of manually pooling the results with `clever activity` command.
* app: rename `clever_entry_point`. It's only used by Haskell appsPaul Bonaud2018-12-271-1/+1
|
* Revert "Merge pull request #19 from paulrbr-fl/update-clever-tools"Paul Bonaud2018-11-301-1/+1
| | | | | This reverts commit 695ceaa28821660e17a1cf819cffebe1b5d8c7ca, reversing changes made to 5485dbc4db3e141673457475bcda5fc88057739f.
* deploy_task: Update clever CLI tools and use it instead of git pushPaul Bonaud2018-11-211-1/+1
| | | | | | | | Updating to latest version of 1.1.1 helps to have a stable `clever deploy` command. This commit relies on the output of the command instead of manually pooling the results with `clever activity` command.
* update default value (readme aswell) for `clever_metrics`Hussein Ait-Lahcen2018-11-201-1/+1
|
* change default value for clever_app_rootGaëtan Duchaussois2018-11-141-1/+1
|
* Missed renamed dictFrédéric Menou2018-02-271-1/+1
|
* ENABLE_METRICS => clever_metrics ; default to falseFrédéric Menou2018-02-271-0/+2
|
* define safe default variable for clever and rename clever_app_tasks to ↵Gaëtan Duchaussois2018-02-261-1/+2
| | | | clever_app_tasks_file
* Migrating single tasks file to a galaxy roleGaëtan Duchaussois2018-02-221-0/+15