This commit is contained in:
Christer Warén 2024-05-05 19:23:14 +03:00
parent 3d6c5a0b7c
commit 9ce638fc6b
2 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,13 @@
- certbot
- tls
- name: "Deployer - MariaDB - Create Folder"
file:
path: "/root/mariadb"
state: directory
tags:
- mariadb
- name: "Deployer - MariaDB - Pull Image"
containers.podman.podman_image:
name: docker.io/mariadb

View File

@ -119,6 +119,13 @@
tags:
- certbot
- name: "Installer - Certbot - Create Folder"
file:
path: "/etc/letsencrypt/renewal-hooks/pre"
state: directory
tags:
- certbot
- name: "Installer - Certbot - Auth Hook"
copy:
src: "../files/certbot/nginx.sh"