All checks were successful
Update Version / Update Version (push) Successful in 5s
1.3 KiB
1.3 KiB
Ansible Role auengun.homelab.ca_server
Installs the private certificate authority used for Auengun.net.
Installation
Read the Homelab Collection README.md for installation instructions.
Examples
Basic CA Server
- name: CA Server
hosts: all
become: true
tasks:
- ansible.builtin.include_role:
name: auengun.homelab.ca_server
tags:
- ca-server