Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update cert validity check #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2023

  1. [feat] use community.crypto.x509_certificate_info instead of openssl_…

    …certificate
    
    As of Ansible 2.10, the 'openssl_certificate' was moved to the 'community.crypto'
    collection and the 'assertonly' provider was removed.
    
    See: https://docs.ansible.com/ansible/latest/collections/community/crypto/x509_certificate_module.html#synopsis
    Sławomir Magdziarz authored and Anton Boritskiy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    82f8b41 View commit details
    Browse the repository at this point in the history
  2. [docs] update readme file

    - changing requirements to be Ansible 2.10.0+
    - updating usage to use role version 3.0.0
    - adding missing commas
    Sławomir Magdziarz authored and Anton Boritskiy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    57fb7a8 View commit details
    Browse the repository at this point in the history
  3. [feat] replace module names fully-qualified names

    to improve compatibility with newer ansible versions.
    this commit is not changing all module names though, this still to be
    finalized
    Anton Boritskiy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bd9b0f9 View commit details
    Browse the repository at this point in the history
  4. [docs] added note about future 3.0.0 release

    Anton Boritskiy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fa94609 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. [fix] check certificate information only if it exists

    Sławomir Magdziarz committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    93daeba View commit details
    Browse the repository at this point in the history