Abstract

This directory contains the playbook to clean old CA files.

CA Clean#

CA Clean Usage#

Create the root CA#
ansible-playbook -t ca site.yml

CA Clean readme#

CA Clean Playbook#

ca clean#
#SPDX-License-Identifier: MIT-0
---
- name: clean | Clean ca directories
  ansible.builtin.file:
    state: absent
    dest: >-
      {{ item }}
  loop: >-
    {{ ca_dirs }}

# tasks file for clean

Code author: xander harris xandertheharris@gmail.com

Section author: xander harris xandertheharris@gmail.com