mirror of
				https://github.com/MatteZ02/infra.git
				synced 2025-11-04 10:09:33 +00:00 
			
		
		
		
	Update
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user