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