Ansible Documentation
2.7

Installation, Upgrade & Configuration

  • Installation Guide
  • Configuring Ansible
  • Ansible Porting Guides

Using Ansible

  • User Guide
    • Ansible Quickstart
    • Getting Started
    • Working with Command Line Tools
    • Introduction To Ad-Hoc Commands
    • Working with Inventory
    • Working With Dynamic Inventory
    • Working With Playbooks
    • Understanding Privilege Escalation
    • Ansible Vault
    • Working with Patterns
    • Working With Modules
      • Introduction
      • Return Values
      • Module Maintenance & Support
      • Module Index
        • All modules
        • Cloud modules
        • Clustering modules
        • Commands modules
        • Crypto modules
        • Database modules
        • Files modules
        • Identity modules
        • Inventory modules
        • Messaging modules
        • Monitoring modules
        • Net Tools modules
        • Network modules
        • Notification modules
        • Packaging modules
        • Remote Management modules
        • Source Control modules
        • Storage modules
        • System modules
        • Utilities modules
        • Web Infrastructure modules
        • Windows modules
    • Working With Plugins
    • BSD Support
    • Windows Guides

Contributing to Ansible

  • Ansible Community Guide

Extending Ansible

  • Developer Guide

Scenario Guides

  • Cisco ACI Guide
  • Amazon Web Services Guide
  • Microsoft Azure Guide
  • CloudStack Cloud Guide
  • Getting Started with Docker
  • Google Cloud Platform Guide
  • Infoblox Guide
  • Getting Started with Kubernetes and OpenShift
  • Cisco Meraki Guide
  • Using Ansible with the Packet host
  • Rackspace Cloud Guide
  • Continuous Delivery and Rolling Upgrades
  • Using Vagrant and Ansible
  • Vultr Guide

Ansible for VMWare

  • Ansible for VMware

Ansible for Network Automation

  • Ansible for Network Automation

Reference & Appendices

  • Module Index
    • All modules
    • Cloud modules
    • Clustering modules
    • Commands modules
    • Crypto modules
      • Acme
    • Database modules
    • Files modules
    • Identity modules
    • Inventory modules
    • Messaging modules
    • Monitoring modules
    • Net Tools modules
    • Network modules
    • Notification modules
    • Packaging modules
    • Remote Management modules
    • Source Control modules
    • Storage modules
    • System modules
    • Utilities modules
    • Web Infrastructure modules
    • Windows modules
  • Playbook Keywords
  • Ansible Galaxy
  • Return Values
  • Ansible Configuration Settings
  • YAML Syntax
  • Python 3 Support
  • Release and maintenance
  • Testing Strategies
  • Sanity Tests
  • Frequently Asked Questions
  • Glossary
  • Ansible Reference: Module Utilities
  • Special Variables
  • Ansible Tower

Roadmaps

  • Ansible Roadmap
Ansible Documentation
  • Docs »
  • User Guide »
  • Working With Modules »
  • Module Index »
  • Crypto modules

Crypto modules¶

  • certificate_complete_chain – Complete certificate chain given a set of untrusted and root certificates
  • openssl_certificate – Generate and/or check OpenSSL certificates
  • openssl_csr – Generate OpenSSL Certificate Signing Request (CSR)
  • openssl_dhparam – Generate OpenSSL Diffie-Hellman Parameters
  • openssl_pkcs12 – Generate OpenSSL PKCS#12 archive.
  • openssl_privatekey – Generate OpenSSL private keys.
  • openssl_publickey – Generate an OpenSSL public key from its private key.

Acme¶

  • acme_account – Create, modify or delete ACME accounts
  • acme_account_facts – Retrieves information on ACME accounts
  • acme_certificate – Create SSL/TLS certificates with the ACME protocol
  • acme_certificate_revoke – Revoke certificates with the ACME protocol
  • acme_challenge_cert_helper – Prepare certificates required for ACME challenges such as tls-alpn-01

Note

  • (D): This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.
Next Previous

© Copyright 2013-2021 Ansible, Inc Last updated on Jul 27, 2021.

Built with Sphinx using a theme provided by Read the Docs.