Releases: trippsc2/ansible-collection-adcs
Releases · trippsc2/ansible-collection-adcs
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
Collection
- Added dependency reference to trippsc2.general with a version requirement of
>=2.4.0
.
Role - signed_certificate
- Changed variable usage to reflect that trippsc2.general.generate_csr role requires
cert_private_key_path
andcert_certificate_path
variables to be defined.
1.1.6
Role - certificate_authority
- Changed the implementation of the
winca_crypto_provider_algorithm
andwinca_key_length
variables for readability and maintainability. - Changed formatting of vars file for readability.
Role - signed_certificate
- Changed the structure of
cert_certificate_path
,cert_private_key_path
, andcert_csr_tmp_path
to allow for platform-specific default values.
Role - sub_ca_certificate
- Changed formatting of template file and vars file for readability.
1.1.5
Role - certificate_authority
- Separated
winca_crypto_provider_name
variable that previously defined the cryptography provider name and cryptographic algorithm in a single variable intowinca_crypto_provider_name
(defining the cryptography provider name) andwinca_crypto_provider_algorithm
(defining the cryptographic algorithm) variables. - Added validating for the
winca_key_length
variable that refers towinca_crypto_provider_algorithm
variable to determine allowed values.
1.1.4
1.1.3
Role - certificate_authority
- Added validation that the system is a running Windows Server.
- Added validation that a certification authority that is AD-integrated must be a domain member.
Role - signed_certificate
- Added tasks to make use of the
ssl-cert
package on Debian-based systems by adding the owner to thessl-cert
group.
Role - sub_ca_certificate
- Added validation that the system is a running Windows Server.