34 lines
864 B
YAML
34 lines
864 B
YAML
---
|
|
################################################################################
|
|
# Created Date: Sunday December 21st 2025
|
|
# Author: Aaron Johnson aaron.johnson@akamai.com
|
|
# -----
|
|
# Last Modified: Tuesday, 24th February 2026
|
|
# Modified By: the engineer formerly known as Aaron Johnson
|
|
# -----
|
|
# Copyright (c) 2025 Contact Author for details
|
|
# -----
|
|
# USAGE/DOCUMENTATION:
|
|
#
|
|
# -----
|
|
# INSTALLATION
|
|
#
|
|
# -----
|
|
# HISTORY:
|
|
# Date By Comments
|
|
# ---------- --- ---------------------------------------------------------
|
|
################################################################################
|
|
|
|
acme_user: acme
|
|
acme_home: /var/lib/acme
|
|
acme_sh_path: /var/lib/acme/.acme.sh/acme.sh
|
|
|
|
apache_user: apache
|
|
# apache_group: apache
|
|
|
|
cert_base_dir: /etc/pki/tls
|
|
cert_dir: "{{ cert_base_dir }}/{{ inventory_hostname }}"
|
|
|
|
# Change if needed
|
|
apache_service: httpd
|