Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | change default value for clever_app_root | Gaëtan Duchaussois | 2018-11-14 | 2 | -2/+2 | |
|/ | ||||||
* | Merge pull request #16 from paulrbr-fl/fix-clever-app-root-for-goodv1.7 | paulrbr-fl | 2018-11-05 | 2 | -2/+8 | |
|\ | | | | | fix: 😬 really fix the usage of "clever_app_root" when waiting deploy | |||||
| * | fix: 😬 really fix the usage of "clever_app_root" when waiting deploy | Paul Bonaud | 2018-11-05 | 2 | -2/+8 | |
|/ | | | | | | | Followup after the fix of #15 it was still missing another case of "git" usage. This should be the last fix about this variable 🤞. | |||||
* | Merge pull request #15 from paulrbr-fl/fix-git-pushv1.6 | paulrbr-fl | 2018-11-05 | 1 | -0/+6 | |
|\ | | | | | fix: clever_app_root is provided & exec is outside of "parent dir" | |||||
| * | fix: clever_app_root is provided & exec is outside of "parent dir" | Paul Bonaud | 2018-11-05 | 1 | -0/+6 | |
|/ | | | | | | | | | | | | Imagine such a usecase: - project is in `/project` - executing Ansible in `/ansible` with `clever_app_root: /project` will fail deploying with the git push with the following error: ``` Not a git repository (or any of the parent directories): .git" ``` This PR fixes this. | |||||
* | Merge pull request #14 from paulrbr-fl/rename-syslog-server-varv1.5 | paulrbr-fl | 2018-10-04 | 2 | -3/+4 | |
|\ | | | | | vars: add a clever_syslog_server variable replacing syslog_server | |||||
| * | vars: add a clever_syslog_server variable replacing syslog_server | Paul Bonaud | 2018-10-04 | 2 | -3/+4 | |
|/ | | | | | All variables "namespaced" with the role name is helpful to read "client" configurations | |||||
* | Merge pull request #13 from paulrbr-fl/prefix-domain-variablev1.4 | paulrbr-fl | 2018-09-28 | 2 | -3/+4 | |
|\ | | | | | domain: allow the domain to be specified via clever_domain variable | |||||
| * | domain: allow the domain to be specified via clever_domain variable | Paul Bonaud | 2018-09-28 | 2 | -3/+4 | |
|/ | | | | | | | | Every other variables are prefixed with `clever_` which makes the definition of variables clearer from a "app" configuration point of view. WDYT? | |||||
* | Merge pull request #12 from paulrbr-fl/first-time-deployv1.3 | paulrbr-fl | 2018-09-21 | 1 | -0/+16 | |
|\ | | | | | deploy: Make sure repo is unshallow copy before pushing to clever | |||||
| * | deploy: Make sure repo is unshallow copy before pushing to clever | Paul Bonaud | 2018-09-21 | 1 | -0/+16 | |
|/ | | | | | | | | If your build tool only uses a shallow clone of your project, Clever cloud will fail on first time git push. You need to git push a full clone of your git repo for the first time deployment to clever. This PR fixes that. | |||||
* | Merge pull request #11 from gaetanfl/lint | Gaëtan | 2018-09-21 | 5 | -1/+13 | |
|\ | | | | | add ansible-lint test and fix warning | |||||
| * | Install ansible-lint | Gaëtan Duchaussois | 2018-09-21 | 1 | -0/+1 | |
| | | ||||||
| * | add ansible-lint test and fix warning | Gaëtan Duchaussois | 2018-09-21 | 5 | -1/+12 | |
|/ | ||||||
* | Merge pull request #10 from paulrbr-fl/python3-compatv1.2 | paulrbr-fl | 2018-09-21 | 2 | -2/+2 | |
|\ | | | | | python3: Change iteritems() to items() to be compatible with py3 | |||||
| * | python3: Change iteritems() to items() to be compatible with py3 | Paul Bonaud | 2018-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | warnings: Remove warning given by Ansible 2.5 | Paul Bonaud | 2018-09-21 | 1 | -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. ``` | |||||
* | Merge pull request #9 from paulrbr-fl/ci-status-img | paulrbr-fl | 2018-09-20 | 1 | -0/+3 | |
|\ | | | | | readme: Add the CI status as a image badge | |||||
| * | readme: Add the CI status as a image badge | Paul Bonaud | 2018-09-20 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #8 from fmenou/nix | Frédéric Menou | 2018-07-09 | 1 | -11/+2 | |
|\ | | | | | Use Nix for build | |||||
| * | Use Nix for build | Frédéric Menou | 2018-07-08 | 1 | -11/+2 | |
|/ | ||||||
* | Update Travis-Slack integration | Frédéric Menou | 2018-04-18 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #7 from fmenou/better-wait-deployv1.1 | Frédéric Menou | 2018-03-30 | 2 | -2/+14 | |
|\ | | | | | Better wait deploy - take #2 | |||||
| * | Watch and wait for Clever | Frédéric Menou | 2018-03-30 | 1 | -1/+13 | |
| | | ||||||
| * | Fix typo | Frédéric Menou | 2018-03-30 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #5 from fmenou/metrics-supportv1.0 | Frédéric Menou | 2018-02-28 | 1 | -1/+1 | |
|\ | | | | | Fix bool dump | |||||
| * | Fix bool dump | Frédéric Menou | 2018-02-28 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #4 from fmenou/metrics-support | Gaëtan | 2018-02-28 | 3 | -2/+5 | |
|\ | | | | | Metrics support | |||||
| * | Missed renamed dict | Frédéric Menou | 2018-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | ENABLE_METRICS => clever_metrics ; default to false | Frédéric Menou | 2018-02-27 | 3 | -1/+4 | |
|/ | ||||||
* | Merge pull request #3 from fmenou/slack-notifications | Frédéric Menou | 2018-02-27 | 1 | -1/+4 | |
|\ | | | | | Notify the #machine-room Slack channel | |||||
| * | Fix Travis setup | Frédéric Menou | 2018-02-27 | 1 | -0/+3 | |
| | | ||||||
| * | Unrelevant webhook for private project | Frédéric Menou | 2018-02-27 | 1 | -1/+0 | |
| | | | | | | | | Might be useful if we open-source it. | |||||
| * | Notify the #machine-room Slack channel | Frédéric Menou | 2018-02-27 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #2 from gaetanfl/improve_cleverness | Gaëtan | 2018-02-27 | 6 | -6/+16 | |
|\ | | | | | Make the role more clever friendly | |||||
| * | define safe default variable for clever and rename clever_app_tasks to ↵ | Gaëtan Duchaussois | 2018-02-26 | 6 | -6/+16 | |
|/ | | | | clever_app_tasks_file | |||||
* | Merge pull request #1 from gaetanfl/first_try | Gaëtan | 2018-02-23 | 19 | -0/+380 | |
|\ | | | | | Migrating single tasks file to a galaxy role | |||||
| * | add travis file | Gaëtan Duchaussois | 2018-02-22 | 6 | -8/+40 | |
| | | ||||||
| * | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 18 | -0/+348 | |
|/ | ||||||
* | Initial commit | Gaëtan | 2018-02-22 | 1 | -0/+2 | |