Compare commits

..

6 commits

Author SHA1 Message Date
5787a9d792
add role tag to msmtp role
Some checks failed
/ Ansible Lint (push) Failing after 2m30s
/ Ansible Lint (pull_request) Failing after 2m32s
2026-04-30 23:19:44 +02:00
4f2d0ad75b
add role tag to ansible_pull role 2026-04-30 23:19:44 +02:00
1f339db312
add role tag to infrastructure_authorized_keys role 2026-04-30 23:19:44 +02:00
c5951647cf
add role tag to base_config role 2026-04-30 23:19:44 +02:00
20b24f6df7
add role tag to certbot role 2026-04-30 23:19:44 +02:00
447e87961b
add role tag to docker_compose role 2026-04-30 23:19:44 +02:00
12 changed files with 12 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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