diff --git a/roles/ansible_pull/tasks/main.yaml b/roles/ansible_pull/tasks/main.yaml index e7c614b..92c8a50 100644 --- a/roles/ansible_pull/tasks/main.yaml +++ b/roles/ansible_pull/tasks/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["ansible_pull"] name: ensure dependencies are installed block: diff --git a/roles/certbot/tasks/main.yaml b/roles/certbot/tasks/main.yaml index 55b4127..95bc69e 100644 --- a/roles/certbot/tasks/main.yaml +++ b/roles/certbot/tasks/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["certbot"] name: ensure certbot installation ansible.builtin.import_tasks: diff --git a/roles/certbot/tasks/main/cert.yaml b/roles/certbot/tasks/main/cert.yaml index 609d405..0c21300 100644 --- a/roles/certbot/tasks/main/cert.yaml +++ b/roles/certbot/tasks/main/cert.yaml @@ -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 diff --git a/roles/certbot/tasks/main/certs.yaml b/roles/certbot/tasks/main/certs.yaml index 7fe83c6..ebb0d67 100644 --- a/roles/certbot/tasks/main/certs.yaml +++ b/roles/certbot/tasks/main/certs.yaml @@ -1,4 +1,3 @@ ---- - tags: ["certbot", "certbot-cert"] name: obtain http-01 challenge certificates loop: "{{ certbot__certificate_domains }}" diff --git a/roles/certbot/tasks/main/http_01_cert.yaml b/roles/certbot/tasks/main/http_01_cert.yaml index 1ea7447..bf60062 100644 --- a/roles/certbot/tasks/main/http_01_cert.yaml +++ b/roles/certbot/tasks/main/http_01_cert.yaml @@ -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 diff --git a/roles/certbot/tasks/main/install.yaml b/roles/certbot/tasks/main/install.yaml index d02a989..0dd9fa9 100644 --- a/roles/certbot/tasks/main/install.yaml +++ b/roles/certbot/tasks/main/install.yaml @@ -1,4 +1,3 @@ ---- - tags: ["certbot", "certbot-install"] name: ensure relevant packages are installed ansible.builtin.apt: diff --git a/roles/certbot/tasks/main/new_cert_commands.yaml b/roles/certbot/tasks/main/new_cert_commands.yaml index 18f4993..cb710c5 100644 --- a/roles/certbot/tasks/main/new_cert_commands.yaml +++ b/roles/certbot/tasks/main/new_cert_commands.yaml @@ -1,4 +1,3 @@ ---- - tags: ["certbot", "certbot-new_cert_commands"] name: ensure existence of renewal deploy hooks directory ansible.builtin.file: diff --git a/roles/certbot/tasks/main/validate_cert.yaml b/roles/certbot/tasks/main/validate_cert.yaml index cdf08f5..36b6c4e 100644 --- a/roles/certbot/tasks/main/validate_cert.yaml +++ b/roles/certbot/tasks/main/validate_cert.yaml @@ -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" diff --git a/roles/docker_compose/handlers/main.yaml b/roles/docker_compose/handlers/main.yaml index a4abcba..736743f 100644 --- a/roles/docker_compose/handlers/main.yaml +++ b/roles/docker_compose/handlers/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["docker_compose"] name: docker compose down community.docker.docker_compose_v2: diff --git a/roles/docker_compose/tasks/main.yaml b/roles/docker_compose/tasks/main.yaml index a3952e8..b7b260d 100644 --- a/roles/docker_compose/tasks/main.yaml +++ b/roles/docker_compose/tasks/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["docker_compose"] name: make sure the `/ansible_docker_compose` directory exists ansible.builtin.file: diff --git a/roles/infrastructure_authorized_keys/tasks/main.yaml b/roles/infrastructure_authorized_keys/tasks/main.yaml index 5c6ef1c..8ed1603 100644 --- a/roles/infrastructure_authorized_keys/tasks/main.yaml +++ b/roles/infrastructure_authorized_keys/tasks/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["infrastructure_authorized_keys"] name: deploy infrastructure authorized keys ansible.posix.authorized_key: diff --git a/roles/msmtp/tasks/main.yaml b/roles/msmtp/tasks/main.yaml index 655f391..b50f33e 100644 --- a/roles/msmtp/tasks/main.yaml +++ b/roles/msmtp/tasks/main.yaml @@ -1,4 +1,3 @@ ---- - tags: ["msmtp"] name: ensure msmtp is installed ansible.builtin.apt: