Compare commits

..

6 commits

Author SHA1 Message Date
9aeedc3e78
add role tag to msmtp role
Some checks failed
/ Ansible Lint (push) Failing after 2m26s
/ Ansible Lint (pull_request) Failing after 2m23s
2026-04-30 23:06:40 +02:00
47e8248841
add role tag to ansible_pull role 2026-04-30 23:03:43 +02:00
5661cc1cff
add role tag to infrastructure_authorized_keys role 2026-04-30 23:02:51 +02:00
80d5bb49c3
add role tag to base_config role 2026-04-30 23:01:58 +02:00
e08d18f48b
add role tag to certbot role 2026-04-30 23:01:09 +02:00
951b4df43e
add role tag to docker_compose role 2026-04-30 22:56:11 +02:00
12 changed files with 0 additions and 12 deletions

View file

@ -1,4 +1,3 @@
---
- tags: ["ansible_pull"]
name: ensure dependencies are installed
block:

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot"]
name: ensure certbot installation
ansible.builtin.import_tasks:

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-cert"]
name: get expiry date before
ansible.builtin.command: /usr/bin/openssl x509 -enddate -noout -in /etc/letsencrypt/live/{{ item.commonName }}/fullchain.pem

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-cert"]
name: obtain http-01 challenge certificates
loop: "{{ certbot__certificate_domains }}"

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-http-01-cert"]
name: get expiry date before
ansible.builtin.command: /usr/bin/openssl x509 -enddate -noout -in /etc/letsencrypt/live/{{ item }}/fullchain.pem

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-install"]
name: ensure relevant packages are installed
ansible.builtin.apt:

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-new_cert_commands"]
name: ensure existence of renewal deploy hooks directory
ansible.builtin.file:

View file

@ -1,4 +1,3 @@
---
- tags: ["certbot", "certbot-validate_cert"]
name: validate dns-01-acme-dns challenge type config
when: item.challengeType == "dns-01-acme-dns"

View file

@ -1,4 +1,3 @@
---
- tags: ["docker_compose"]
name: docker compose down
community.docker.docker_compose_v2:

View file

@ -1,4 +1,3 @@
---
- tags: ["docker_compose"]
name: make sure the `/ansible_docker_compose` directory exists
ansible.builtin.file:

View file

@ -1,4 +1,3 @@
---
- tags: ["infrastructure_authorized_keys"]
name: deploy infrastructure authorized keys
ansible.posix.authorized_key:

View file

@ -1,4 +1,3 @@
---
- tags: ["msmtp"]
name: ensure msmtp is installed
ansible.builtin.apt: