mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-09 20:40:18 +00:00
Update
This commit is contained in:
parent
3d6c5a0b7c
commit
9ce638fc6b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user