]> git.immae.eu Git - github/fretlink/ansible-rundeck-jobs.git/log
github/fretlink/ansible-rundeck-jobs.git
2 years agouse specially crafted rundeck docker image 11/head
Gaëtan Duchaussois [Mon, 15 Nov 2021 16:55:34 +0000 (17:55 +0100)] 
use specially crafted rundeck docker image

2 years agodon't checkout already checkouted and use project
Gaëtan Duchaussois [Fri, 5 Nov 2021 14:00:10 +0000 (15:00 +0100)] 
don't checkout already checkouted and use project

2 years agoMerge pull request #12 from gaetanfl/unmask_job_creation_errors
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

2 years agoUnmask Job creation error 12/head
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.

2 years agoMerge pull request #9 from gaetanfl/tests
Gaëtan [Fri, 5 Nov 2021 13:56:11 +0000 (14:56 +0100)] 
Merge pull request #9 from gaetanfl/tests

setup basic tests

2 years agosetup basic tests 9/head
Gaëtan Duchaussois [Fri, 5 Nov 2021 10:08:53 +0000 (11:08 +0100)] 
setup basic tests

2 years agoMerge pull request #8 from gaetanfl/fix_jobs_removal v0.7
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

2 years agobug: remove only jobs from root when no group specified 8/head
Gaëtan Duchaussois [Thu, 4 Nov 2021 16:35:50 +0000 (17:35 +0100)] 
bug: remove only jobs from root when no group specified

4 years agoMerge pull request #7 from clementd-fretlink/polykinds v0.6
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

4 years agoRemove unneeded files 7/head
Clement Delafargue [Fri, 4 Oct 2019 16:32:34 +0000 (18:32 +0200)] 
Remove unneeded files

4 years agoupgrade to dhall 1.26.1 polykinds
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

4 years agoMerge pull request #6 from paulrbr-fl/add-dhall-config v0.5
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

4 years agodhall: Add a basic dhall type to be able to configure the role 6/head
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.

5 years agoMerge pull request #5 from paulrbr-fl/find-all-yaml v0.4
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

5 years agofix: search for all yaml files *.yaml or *.yml extension 5/head
Paul Bonaud [Fri, 4 Jan 2019 10:59:13 +0000 (11:59 +0100)] 
fix: search for all yaml files *.yaml or *.yml extension

5 years agoMerge pull request #4 from paulrbr-fl/fix-bad-syntax v0.3
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 🥴

5 years agofix: too many double quotes got Ansible unhappy 🥴 4/head
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.

5 years agoMerge pull request #3 from gaetanfl/add_group_cleanup v0.2
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

5 years agoAdd group filtering for jobs cleaning 3/head
Gaëtan Duchaussois [Fri, 2 Nov 2018 10:35:30 +0000 (11:35 +0100)] 
Add group filtering for jobs cleaning

5 years agoMerge pull request #1 from gaetanfl/first_version v0.1
Gaëtan [Wed, 12 Sep 2018 13:54:31 +0000 (15:54 +0200)] 
Merge pull request #1 from gaetanfl/first_version

first working version

5 years agoupdate example to be more readable 1/head
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:52:52 +0000 (14:52 +0200)] 
update example to be more readable

5 years agochange tag
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:51:49 +0000 (14:51 +0200)] 
change tag

5 years agoSpecify requirements
Gaëtan Duchaussois [Wed, 12 Sep 2018 12:47:07 +0000 (14:47 +0200)] 
Specify requirements

5 years agofirst working version
Gaëtan Duchaussois [Wed, 12 Sep 2018 08:39:01 +0000 (10:39 +0200)] 
first working version

5 years agoInitial commit
Gaëtan [Tue, 11 Sep 2018 11:33:32 +0000 (13:33 +0200)] 
Initial commit