https://github.com/akman/ansible-role-apache_certificates
Setup Apache certificates on Linux
https://github.com/akman/ansible-role-apache_certificates
Last synced: 6 months ago
JSON representation
Setup Apache certificates on Linux
- Host: GitHub
- URL: https://github.com/akman/ansible-role-apache_certificates
- Owner: Akman
- License: mit
- Created: 2018-07-13T13:01:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T00:51:08.000Z (about 7 years ago)
- Last Synced: 2025-04-03T01:19:16.004Z (about 1 year ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: apache_certificates
Create self signed virtual host certificate files defined for geerlingguy.apache role on Linux
## Requirements
geerlingguy.apache
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
root_certificates_dir: "{{ playbook_dir }}/inventories/deploy/all/files/certs"
Directory that contains self signed root CA certificate and key files
named rootCA.crt and rootCA.key
## Dependencies
## Example Playbook
- hosts: all
roles:
- Akman.apache_certificates
*Inside vars/main.yml*:
root_certificates_dir: "{{ playbook_dir }}/inventories/deploy/all/files/certs"
## License
MIT / BSD
## Author Information
This role was created in 2018 by Alexander Kapitman