aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20 from ismaelbouyaf/remove-undeclared-keysHEADmasterismaelbouyaf2022-03-217-23/+82
|\ | | | | Add an option to remove existing keys that are not declared in ansible
| * Add an option to remove existing keys that are not declared in ansibleIsmaël Bouya2022-02-257-23/+82
|/
* Merge pull request #19 from ismaelbouyaf/parametrize-vaultv0.10ismaelbouyaf2022-02-241-1/+1
|\ | | | | Parametrize the vault
| * Parametrize the vaultIsmaël Bouya2022-02-241-1/+1
|/
* Merge pull request #18 from ismaelbouyaf/add-keysv0.9ismaelbouyaf2022-02-236-9/+70
|\ | | | | Add keys creation in rundeck
| * Add keys creation in rundeckIsmaël Bouya2022-02-236-9/+70
|/
* Merge pull request #16 from gaetanfl/fix_lintGaëtan2021-11-258-28/+42
|\ | | | | Fix linting errors
| * Add ansible-lintGaëtan Duchaussois2021-11-251-0/+4
| |
| * Fix linting errorsGaëtan Duchaussois2021-11-257-28/+38
|/
* Merge pull request #15 from gaetanfl/fix_publishv0.8.0v0.8Gaëtan2021-11-191-1/+1
|\ | | | | fix wrong parameters
| * fix wrong parametersGaëtan Duchaussois2021-11-191-1/+1
|/
* Merge pull request #14 from gaetanfl/fix_publishGaëtan2021-11-191-2/+1
|\ | | | | This a standalone role not a collection
| * This a standalone role not a collectionGaëtan Duchaussois2021-11-191-2/+1
|/
* Merge pull request #13 from gaetanfl/publish_on_releaseGaëtan2021-11-191-0/+13
|\ | | | | publish to ansible galaxy on release
| * publish to ansible galaxy on releaseGaëtan Duchaussois2021-11-191-0/+13
|/
* Merge pull request #11 from gaetanfl/fix_ciGaëtan2021-11-191-9/+9
|\ | | | | don't checkout already checkouted and use project
| * use specially crafted rundeck docker imageGaëtan Duchaussois2021-11-191-10/+2
| |
| * don't checkout already checkouted and use projectGaëtan Duchaussois2021-11-151-5/+13
|/
* Merge pull request #12 from gaetanfl/unmask_job_creation_errorsGaëtan2021-11-153-1/+15
|\ | | | | Unmask Job creation error
| * Unmask Job creation errorGaëtan Duchaussois2021-11-153-1/+15
|/ | | | | | 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.
* Merge pull request #9 from gaetanfl/testsGaëtan2021-11-056-7/+57
|\ | | | | setup basic tests
| * setup basic testsGaëtan Duchaussois2021-11-056-7/+57
|/
* Merge pull request #8 from gaetanfl/fix_jobs_removalv0.7Gaëtan2021-11-041-2/+5
|\ | | | | bug: remove jobs from root when no group specified
| * bug: remove only jobs from root when no group specifiedGaëtan Duchaussois2021-11-041-2/+5
|/
* Merge pull request #7 from clementd-fretlink/polykindsv0.6Clément Delafargue2019-10-074-17/+13
|\ | | | | upgrade to dhall 1.26.1
| * Remove unneeded filesClement Delafargue2019-10-042-16/+0
| |
| * upgrade to dhall 1.26.1polykindsClement Delafargue2019-10-032-1/+13
|/ | | | I've inlined the types in a single file as they're rather small
* Merge pull request #6 from paulrbr-fl/add-dhall-configv0.5paulrbr-fl2019-09-274-0/+19
|\ | | | | dhall: Add a basic dhall type to be able to configure the role
| * dhall: Add a basic dhall type to be able to configure the rolePaul Bonaud2019-09-274-0/+19
|/ | | | This commit adds a basic Dhall type for an easier usage of this role.
* Merge pull request #5 from paulrbr-fl/find-all-yamlv0.4paulrbr-fl2019-01-041-1/+1
|\ | | | | fix: search for all yaml files *.yaml or *.yml extension
| * fix: search for all yaml files *.yaml or *.yml extensionPaul Bonaud2019-01-041-1/+1
|/
* Merge pull request #4 from paulrbr-fl/fix-bad-syntaxv0.3paulrbr-fl2018-11-121-1/+3
|\ | | | | fix: too many double quotes got Ansible unhappy 🥴
| * fix: too many double quotes got Ansible unhappy 🥴Paul Bonaud2018-11-121-1/+3
|/ | | | | Extracting the string literal `""` into an Ansible variable seems to work fine.
* Merge pull request #3 from gaetanfl/add_group_cleanupv0.2Gaëtan2018-11-022-1/+2
|\ | | | | Add group filtering for jobs cleaning
| * Add group filtering for jobs cleaningGaëtan Duchaussois2018-11-022-1/+2
| |
* | Merge pull request #1 from gaetanfl/first_versionv0.1Gaëtan2018-09-1211-2/+176
|\| | | | | first working version
| * update example to be more readableGaëtan Duchaussois2018-09-121-1/+5
| |
| * change tagGaëtan Duchaussois2018-09-121-1/+1
| |
| * Specify requirementsGaëtan Duchaussois2018-09-122-1/+2
| |
| * first working versionGaëtan Duchaussois2018-09-1210-2/+171
|/
* Initial commitGaëtan2018-09-111-0/+2