boutetnico / ansible-role-ca-certificates

Install and configure ca-certificates using Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests Ansible Galaxy

ansible-role-ca-certificates

This role installs and configures ca-certificates.

Requirements

Ansible 2.10 or newer.

Supported Platforms

Role Variables

Variable Required Default Choices Comments
cacertificates_dependencies true ca-certificates string
cacertificates_files true [] list

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: ansible-role-ca-certificates

      cacertificates_files:
        - src: certs/cert1.pem
          dest: cert1.pem

Testing

molecule test

License

MIT

Author Information

@boutetnico

About

Install and configure ca-certificates using Ansible.

License:MIT License


Languages

Language:Python 55.2%Language:Jinja 44.8%