feat(repo): Initial commit

This commit is contained in:
2025-04-03 02:36:50 +02:00
commit 1d1734f7ec
15 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# SPDX-License-Identifier: MIT
- name: 'Create dir for ACME helper scripts Git repo'
ansible.builtin.file:
path: '/opt/git/quico.space/Quico/acme-deploy-helpers/branches/main'
state: 'directory'
- name: 'Git clone ACME helper scripts repo'
ansible.builtin.git:
repo: 'https://quico.space/Quico/acme-deploy-helpers.git'
dest: '/opt/git/quico.space/Quico/acme-deploy-helpers/branches/main'