mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-12 22:00:19 +00:00
Update
This commit is contained in:
parent
44c315d9e2
commit
04305a5a80
@ -17,6 +17,13 @@
|
|||||||
- certbot
|
- certbot
|
||||||
- tls
|
- tls
|
||||||
|
|
||||||
|
- name: "Deployer - MariaDB - Create Folder"
|
||||||
|
file:
|
||||||
|
path: "/root/mariadb"
|
||||||
|
state: directory
|
||||||
|
tags:
|
||||||
|
- mariadb
|
||||||
|
|
||||||
- name: "Deployer - MariaDB - Pull Image"
|
- name: "Deployer - MariaDB - Pull Image"
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: docker.io/mariadb
|
name: docker.io/mariadb
|
||||||
|
@ -119,6 +119,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
|
- name: "Installer - Certbot - Create Folder"
|
||||||
|
file:
|
||||||
|
path: "/etc/letsencrypt/renewal-hooks/pre"
|
||||||
|
state: directory
|
||||||
|
tags:
|
||||||
|
- certbot
|
||||||
|
|
||||||
- name: "Installer - Certbot - Auth Hook"
|
- name: "Installer - Certbot - Auth Hook"
|
||||||
copy:
|
copy:
|
||||||
src: "../files/certbot/nginx.sh"
|
src: "../files/certbot/nginx.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user