aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* feature: add a new 'clever_restart_only' flag to restart an appPaul Bonaud2020-06-231-0/+9
| | | | | This new flag will perform a restart on the target clever cloud application instead of deploying it.
* tags: add clever-env tag to post-deploy tasksPaul Bonaud2019-01-061-4/+5
|
* fix: statically include sub tasks for 'tags' to workPaul Bonaud2019-01-041-8/+5
| | | | | | | | | | | In ansible the `include_tasks` loads the tasks dynamically. Thus it does not apply the tag specified at the include level to all sub tasks. In order to make sure all included tasks inherit the specified `tags:` we need to include the tasks files "statically". It is very similar to cases where we have a `when:` condition that we want to apply to all included subtasks. cf https://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#applying-when-to-roles-imports-and-includes
* Fix: post depoy tasks were not launched. This fixes it.Paul Bonaud2018-11-301-0/+6
|
* define safe default variable for clever and rename clever_app_tasks to ↵Gaëtan Duchaussois2018-02-261-2/+2
| | | | clever_app_tasks_file
* add travis fileGaëtan Duchaussois2018-02-221-3/+3
|
* Migrating single tasks file to a galaxy roleGaëtan Duchaussois2018-02-221-0/+32