buluma.ca_certificates
Ansible Role ca_certificates
This role installs common CA certificates on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested every time there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.ca_certificates
Before running the playbook, you need to prepare the machine. In CI, this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
You can also check a full explanation and example on using these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
The roles below are used to prepare the system. You can choose a different method for preparation.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role is part of various compatible roles. For more information, check the documentation of these roles.
Here’s a summary of related roles:
Compatibility
This role has been tested on these container images:
Container | Tags |
---|---|
Alpine | all |
EL | 8, 9 |
Debian | all |
Fedora | all |
openSUSE | all |
Ubuntu | all |
The minimum required version of Ansible is 2.12. Testing has been performed on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
Changelog
License
Author Information
Install common CA certificates on your system.
ansible-galaxy install buluma.ca_certificates