aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/setup.yml
Commit message (Collapse)AuthorAgeFilesLines
* deploy: revert back to git push + pollingPaul Bonaud2019-07-311-0/+1
| | | | | | | | | | | | | | | | In #19 we removed the polling script to rely on the clever cli's ability to wait on `clever deploy` command. After more than 6 months of experimentation it seems the command is still not reliable (sometimes the command never returns, sometimes it returns even when the deployment has finished..). Thus we are reverting back to our manual process of polling `clever activity` every 5 seconds. The timeout for this polling is set at the Ansible level (not in the bash script) and set for 40 minutes. This should give enough time for any of our applications to deploy.
* Fix duplicate version number in urlGaëtan Duchaussois2019-02-221-1/+1
|
* linitingGaëtan Duchaussois2019-02-211-1/+4
|
* deploy_task: Update clever CLI tools and use it instead of git pushPaul Bonaud2019-01-141-1/+0
| | | | | | | | 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.
* Revert "Merge pull request #19 from paulrbr-fl/update-clever-tools"Paul Bonaud2018-11-301-0/+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/+0
| | | | | | | | 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.
* add ansible-lint test and fix warningGaëtan Duchaussois2018-09-211-0/+1
|
* warnings: Remove warning given by Ansible 2.5Paul Bonaud2018-09-211-1/+1
| | | | | | | | ``` [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|failed` instead use `result is failed`. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ```
* add travis fileGaëtan Duchaussois2018-02-221-1/+4
|
* Migrating single tasks file to a galaxy roleGaëtan Duchaussois2018-02-221-0/+25