Cleanup project

This commit is contained in:
2024-03-31 10:01:57 +01:00
parent 228ea7f513
commit 757cceb0f7
10 changed files with 58 additions and 28 deletions

View File

@@ -1,17 +1,17 @@
---
- name: Get OS specific vars
- name: Certbot - Get OS specific vars
include_vars: "{{ item }}"
with_first_found:
- "os/{{ ansible_os_family }}/{{ ansible_distribution_major_version }}.yaml"
- "os/{{ ansible_os_family }}.yaml"
- name: Install Certbot
- name: Certbot - Install Certbot
ansible.builtin.import_tasks: install.yaml
- name: Configure Certbot
- name: Certbot - Configure Certbot
ansible.builtin.import_tasks: config.yaml
- name: Request Certificates
- name: Certbot - Request Certificates
ansible.builtin.import_tasks: request_certs.yaml
tags:
- request_certs