ansible-collection/roles/ca_server/README.md
GregoryDosh 86ce9b99b7
All checks were successful
Update Version / Update Version (push) Successful in 5s
feat!: drop netdata, basic ca_server role
2024-12-14 22:21:58 -06:00

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