Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudecalledbro/ansible-role-certificates
Ansible Role - Certificates
https://github.com/dudecalledbro/ansible-role-certificates
ansible ansible-galaxy molecule role
Last synced: 4 days ago
JSON representation
Ansible Role - Certificates
- Host: GitHub
- URL: https://github.com/dudecalledbro/ansible-role-certificates
- Owner: DudeCalledBro
- License: mit
- Created: 2024-09-08T09:33:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T09:40:53.000Z (4 months ago)
- Last Synced: 2024-11-01T08:42:11.094Z (about 2 months ago)
- Topics: ansible, ansible-galaxy, molecule, role
- Language: YAML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Certificates
[![CI](https://github.com/DudeCalledBro/ansible-role-certificates/actions/workflows/molecule.yml/badge.svg)](https://github.com/DudeCalledBro/ansible-role-certificates/actions/workflows/molecule.yml)
Install root CA certificates in the trust store.
## Prerequisites
- Ensure you have Ansible installed (e.g. `pip3 install ansible`)
- **Development**: Install the pip packages listed in [requirements.txt](requirements.txt)## Role Variables
The default values for the variables are set in [defaults/main.yml](defaults/main.yml)
```yaml
- hosts: all
roles:
- role: dudecalledbro.certificates
```## License
Copyright © 2024 Niclas Spreng
Licensed under the [MIT license](LICENSE).