mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-09 22:52:52 +00:00
Create folders for each cert
This commit is contained in:
@@ -455,8 +455,12 @@
|
||||
|
||||
- name: "Deployer - OpenSSL - Configure - Create Folder"
|
||||
ansible.builtin.file:
|
||||
path: "/root/data/openssl/"
|
||||
path: "/root/data/openssl/{{ cert }}"
|
||||
state: directory
|
||||
loop: "{{ config.openssl.certificates.keys() | list }}"
|
||||
loop_control:
|
||||
label: "{{ cert }}"
|
||||
loop_var: "cert"
|
||||
tags:
|
||||
- openssl
|
||||
- www
|
||||
|
Reference in New Issue
Block a user