]>
git.immae.eu Git - github/fretlink/ansible-rundeck-jobs.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Gaëtan Duchaussois [Mon, 15 Nov 2021 16:55:34 +0000 (17:55 +0100)]
use specially crafted rundeck docker image
Gaëtan Duchaussois [Fri, 5 Nov 2021 14:00:10 +0000 (15:00 +0100)]
don't checkout already checkouted and use project
Gaëtan [Mon, 15 Nov 2021 15:21:03 +0000 (16:21 +0100)]
Merge pull request #12 from gaetanfl/unmask_job_creation_errors
Unmask Job creation error
Gaëtan Duchaussois [Mon, 15 Nov 2021 14:34:49 +0000 (15:34 +0100)]
Unmask Job creation error
The rundeck job creation api endpoint always return 200 with the result
in the body. The ansible action always succeed. This PR displays the
errors and if `rundeck_ignore_creation_error` is set to false, fails.
Gaëtan [Fri, 5 Nov 2021 13:56:11 +0000 (14:56 +0100)]
Merge pull request #9 from gaetanfl/tests
setup basic tests
Gaëtan Duchaussois [Fri, 5 Nov 2021 10:08:53 +0000 (11:08 +0100)]
setup basic tests
Gaëtan [Thu, 4 Nov 2021 17:22:09 +0000 (18:22 +0100)]
Merge pull request #8 from gaetanfl/fix_jobs_removal
bug: remove jobs from root when no group specified
Gaëtan Duchaussois [Thu, 4 Nov 2021 16:35:50 +0000 (17:35 +0100)]
bug: remove only jobs from root when no group specified
Clément Delafargue [Mon, 7 Oct 2019 07:57:29 +0000 (09:57 +0200)]
Merge pull request #7 from clementd-fretlink/polykinds
upgrade to dhall 1.26.1
Clement Delafargue [Fri, 4 Oct 2019 16:32:34 +0000 (18:32 +0200)]
Remove unneeded files
Clement Delafargue [Thu, 3 Oct 2019 09:36:49 +0000 (11:36 +0200)]
upgrade to dhall 1.26.1
I've inlined the types in a single file as they're rather small
paulrbr-fl [Fri, 27 Sep 2019 16:17:21 +0000 (18:17 +0200)]
Merge pull request #6 from paulrbr-fl/add-dhall-config
dhall: Add a basic dhall type to be able to configure the role
Paul Bonaud [Fri, 27 Sep 2019 15:27:42 +0000 (17:27 +0200)]
dhall: Add a basic dhall type to be able to configure the role
This commit adds a basic Dhall type for an easier usage of this role.
paulrbr-fl [Fri, 4 Jan 2019 11:02:14 +0000 (12:02 +0100)]
Merge pull request #5 from paulrbr-fl/find-all-yaml
fix: search for all yaml files *.yaml or *.yml extension
Paul Bonaud [Fri, 4 Jan 2019 10:59:13 +0000 (11:59 +0100)]
fix: search for all yaml files *.yaml or *.yml extension
paulrbr-fl [Mon, 12 Nov 2018 16:12:46 +0000 (17:12 +0100)]
Merge pull request #4 from paulrbr-fl/fix-bad-syntax
fix: too many double quotes got Ansible unhappy 🥴
Paul Bonaud [Mon, 12 Nov 2018 16:06:05 +0000 (17:06 +0100)]
fix: too many double quotes got Ansible unhappy 🥴
Extracting the string literal `""` into an Ansible variable seems to
work fine.
Gaëtan [Fri, 2 Nov 2018 13:18:54 +0000 (14:18 +0100)]
Merge pull request #3 from gaetanfl/add_group_cleanup
Add group filtering for jobs cleaning
Gaëtan Duchaussois [Fri, 2 Nov 2018 10:35:30 +0000 (11:35 +0100)]
Add group filtering for jobs cleaning
Gaëtan [Wed, 12 Sep 2018 13:54:31 +0000 (15:54 +0200)]
Merge pull request #1 from gaetanfl/first_version
first working version
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:52:52 +0000 (14:52 +0200)]
update example to be more readable
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:51:49 +0000 (14:51 +0200)]
change tag
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:47:07 +0000 (14:47 +0200)]
Specify requirements
Gaëtan Duchaussois [Wed, 12 Sep 2018 08:39:01 +0000 (10:39 +0200)]
first working version
Gaëtan [Tue, 11 Sep 2018 11:33:32 +0000 (13:33 +0200)]
Initial commit