Felix Fontein
7cc9a70e43
Add split_pem filter ( #549 )
...
* Add split_pem filter.
* Fix documentation.
* Python 2.7.
* Improve error message matching.
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2022-12-27 21:57:20 +01:00
Felix Fontein
5ddfb2c2ca
CI: balance groups ( #548 )
...
* Show timings with devel, and skip everything else.
* Move to other group.
* Try smaller SSH key size (i.e. make tests run faster).
* Add implicit size that now must be explicit.
* Change group of luks_device.
* Revert "Show timings with devel, and skip everything else."
This reverts commit 7b73f7e4d7
.
2022-12-21 08:12:53 +01:00
Felix Fontein
242c15bf4c
Make sure that iteration_count=1000 is not used with algorithm=argon* (which is SLOW and takes around 10 minutes). ( #546 )
2022-12-20 20:01:26 +01:00
Felix Fontein
867f407401
CI: improve CI matrix, split into two groups ( #544 )
...
* Prepare having more than one group.
* Remove duplicates; add CentOS Stream 8 with Python 3.6.
* Split up tests into two groups.
2022-12-20 12:57:53 +01:00
Felix Fontein
54f49f38f2
Improve docsite build.
2022-12-18 21:50:28 +01:00
Felix Fontein
83d2a782f6
Switch to my fork of ansible-test-gh-action.
2022-12-18 09:53:58 +01:00
Felix Fontein
d6dd8e0d45
The ansible-test patch has been backported to stable-2.12.
2022-12-17 19:39:06 +01:00
Felix Fontein
9029f8ce34
Fix CI name.
2022-12-12 21:28:19 +01:00
Felix Fontein
ca23b2ed9a
Improve CI ( #539 )
...
* Update CI scripts to be more close to the ones in ansible-core.
* Extend CI matrix.
* Mark more VMs.
* Revert "Mark more VMs."
This reverts commit 8bc79af636
.
* Disable alpine VMs for get_certificate due to httptester problems.
* Improve retrieval of cryptsetup version.
* ACME 'emulator' won't work on Alpine either.
* Improve luks test setup.
* Make sure wipefs is installed on Alpine.
* dmsetup (from device-mapper) is used by the tests.
* Fix bcrypt install failure handling.
* String, not float.
* openssl_privatekey_convert is not an action module.
* Update Python info.
* Try out which VMs can be used by now.
* Enable ACME tests on all VMs but Alpine; update comment.
* Adjust acme-tiny shebang.
* Remove new entries from CI matrix.
2022-12-11 19:55:47 +01:00
Felix Fontein
664f34f2ac
Mark x509_certificate-acme test as target test.
2022-12-09 23:10:26 +01:00
Felix Fontein
1c2c404ca9
Bump CentOS Stream 8 Python from 3.8 to 3.9. ( #540 )
2022-12-09 14:58:03 +01:00
Felix Fontein
eef4df9063
Allow triggering docs workflow manually.
2022-12-07 19:54:22 +01:00
Felix Fontein
176da44faf
Backports to stable-2.13 and stable-2.14 have been merged. ( #537 )
...
https://github.com/ansible/ansible/pull/79538
https://github.com/ansible/ansible/pull/79507
2022-12-07 08:59:00 +01:00
Felix Fontein
619d7d1dfe
Improve CI image selection. ( #536 )
2022-12-03 15:31:03 +01:00
Felix Fontein
2eab4ec19c
Switch CI from ubuntu-latest to ubuntu-20.04 to avoid problems with ansible-test from ansible-core 2.12, 2.13, 2.14. ( #535 )
2022-12-01 23:01:49 +01:00
Felix Fontein
05eff13ec8
ansible-core 2.11 is EOL. Move CI runs to GHA. ( #534 )
2022-11-27 22:44:07 +01:00
Felix Fontein
4d28266eba
Use proposed new options for ansible-test-gh-action. ( #533 )
2022-11-27 21:04:52 +01:00
Felix Fontein
ba9c50c358
Next expected release is 2.10.0.
2022-11-27 18:55:12 +01:00
Felix Fontein
e1e5dfccc1
Release 2.9.0.
2022-11-27 18:15:33 +01:00
Felix Fontein
1097371cf4
Be more precise about which private keys are supported in openssl_publickey. ( #532 )
2022-11-27 18:13:59 +01:00
Felix Fontein
0b08d6bc52
Include collection name into docs workflows.
2022-11-27 17:44:19 +01:00
Felix Fontein
72ed39a481
Reference documentation in README.
2022-11-26 09:53:59 +01:00
Felix Fontein
d4683d941f
Add GH Pages publishing.
2022-11-26 09:38:36 +01:00
Felix Fontein
f853108d69
Prepare 2.9.0 release.
2022-11-17 12:43:40 +01:00
Felix Fontein
045ff10826
Allow changelog fragments with .yaml ending.
2022-11-17 12:41:33 +01:00
Katze
2a746115ca
fix #529 issuer_uri in x509_certificate_info ( #530 )
...
The issuer_uri is retrieved from the Authority Information Access field the same way as the OCSP responder URI is.
Handling is exactly the same since they reside in the same OID space and have the same data type.
Tests have also been added based on the integration test certificates.
Signed-off-by: benaryorg <binary@benary.org>
Signed-off-by: benaryorg <binary@benary.org>
2022-11-17 12:40:44 +01:00
Christoph
37fddc61d8
openssl_privatekey: fix example for cipher ( #527 )
...
the cipher parameter required for encrypted private keys only accepts the value "auto"
as described in /plugins/doc_fragments/module_privatekey.py.
The previously documented value of "aes256" is invalid here.
2022-11-10 20:25:56 +01:00
Felix Fontein
a050250153
Next expected release is 2.9.0.
2022-11-06 22:31:21 +01:00
Felix Fontein
42e27a360d
Release 2.8.1
2022-11-06 22:02:07 +01:00
Felix Fontein
95b9df187f
Prepare 2.8.1 release.
2022-11-06 21:13:02 +01:00
Felix Fontein
7bbe8f467c
Document attributes ( #526 )
...
* Add 'acme' action group attribute.
* Compatibility with older ansible-core releases.
* Fix typo.
* Document standard attributes.
* Improve docs.
* Add shortcuts for common combinations.
2022-11-06 21:10:56 +01:00
Felix Fontein
0c67afb6c3
Next expected release is 2.9.0.
2022-11-02 13:33:30 +01:00
Felix Fontein
68b7c0d38c
Release 2.8.0.
2022-11-02 12:56:08 +01:00
Felix Fontein
9ba0e25bfe
Handle new nonce call more gracefully when it does not return nonce. ( #525 )
2022-11-02 08:32:01 +00:00
Felix Fontein
9a64347ea6
Prepare 2.8.0 release.
2022-11-01 19:52:23 +01:00
Felix Fontein
e4e2b804bc
Allow to configure encryption level. ( #523 )
2022-11-01 19:51:28 +01:00
Felix Fontein
4533b3e934
Include symbolic HTTP status codes in error and log messages when available. ( #524 )
2022-10-31 21:33:27 +01:00
Felix Fontein
fd71773668
Add badge for EOL CI. ( #522 )
2022-10-30 09:21:12 +01:00
Felix Fontein
b17d57f737
CI: drop remote CI targets for EoL Ansible/ansible-base versions; move docker CI targets for EoL Ansible/ansible-base versions to GHA ( #520 )
...
* Drop remote CI targets for EoL Ansible/ansible-base versions; move docker CI targets for EoL Ansible/ansible-base versions to GHA.
* Add target.
* Use change detection.
2022-10-29 21:23:33 +02:00
Felix Fontein
f5d98e3148
Use dependabot to update GHAs.
2022-10-17 22:57:28 +02:00
Felix Fontein
5f9536af06
Next expected elease is 2.8.0.
2022-10-17 22:47:26 +02:00
Felix Fontein
7c41b31c37
Bump GHA actions.
2022-10-17 22:47:26 +02:00
Felix Fontein
a5c43c26f3
Release 2.7.1.
2022-10-17 22:24:20 +02:00
Felix Fontein
82aa1480af
Prepare 2.7.1 release.
2022-10-17 21:41:04 +02:00
Felix Fontein
516be406e0
Improve import error handling for ACME modules ( #519 )
...
* Improve import error handling for ACME modules
* Update plugins/module_utils/acme/acme.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2022-10-17 21:38:54 +02:00
Felix Fontein
1f4840ba2f
Change CI group identifiers ( #517 )
...
* Change CI group identifiers.
* cloud → generic.
2022-10-10 22:39:10 +02:00
Felix Fontein
52bc2cb266
Next expected release is 2.8.0.
2022-09-23 08:06:55 +02:00
Felix Fontein
18502d5250
Release 2.7.0.
2022-09-23 07:40:12 +02:00
Felix Fontein
b3f589df62
Action plugin support code: ensure compatibility with newer versions of ansible-core ( #515 )
...
* Only access C.STRING_CONVERSION_ACTION for old ansible-base / Ansible versions.
* Always use self.__xxx instead of xxx directly.
2022-09-23 07:02:46 +02:00
Felix Fontein
8ebf1279f9
Prepare 2.7.0 release.
2022-09-23 06:48:26 +02:00