Releases: simoncaron/ansible-role-pve_acme
Releases · simoncaron/ansible-role-pve_acme
v2.0.0
1.5.0
What's Changed
- Add condition to check that temp_config.path is defined. by @jasonlearst in #5
- Update Metadata/Readme for PVE 9 by @simoncaron in #6
New Contributors
- @jasonlearst made their first contribution in #5
Full Changelog: 1.4.1...1.5.0
1.4.1
- Added
run_oncefor ACME account and plugin config since these actions are Datacenter-wide and only need to be done a single time. Previous implementation caused conflicts when there were more than one host.
Full Changelog: 1.4.0...1.4.1
1.4.0
Fix pexpect package Install on PVE 8
Full Changelog: 1.3.0...1.4.0
1.3.0
Added the pve_acme_validation_delay parameter to configure validation delay on slower providers.
Full Changelog: 1.2.0...1.3.0
1.2.0
Added python3-pip install prerequisite.
Full Changelog: 1.1.0...1.2.0
1.1.0
Force handlers after configuration to ensure certificates are ordered before role is done.
Full Changelog: 1.0.3...1.1.0
1.0.3
Hide sensible information from Ansible log output.
Full Changelog: 1.0.2...1.0.3
1.0.2
Fix account name variable.
1.0.1
Fix linting issues in role tasks.