Compare commits
6 commits
5787a9d792
...
9aeedc3e78
| Author | SHA1 | Date | |
|---|---|---|---|
|
9aeedc3e78 |
|||
|
47e8248841 |
|||
|
5661cc1cff |
|||
|
80d5bb49c3 |
|||
|
e08d18f48b |
|||
|
951b4df43e |
12 changed files with 0 additions and 12 deletions
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["ansible_pull"]
|
||||
name: ensure dependencies are installed
|
||||
block:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["certbot"]
|
||||
name: ensure certbot installation
|
||||
ansible.builtin.import_tasks:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["certbot", "certbot-cert"]
|
||||
name: obtain http-01 challenge certificates
|
||||
loop: "{{ certbot__certificate_domains }}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["certbot", "certbot-install"]
|
||||
name: ensure relevant packages are installed
|
||||
ansible.builtin.apt:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["certbot", "certbot-new_cert_commands"]
|
||||
name: ensure existence of renewal deploy hooks directory
|
||||
ansible.builtin.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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["docker_compose"]
|
||||
name: docker compose down
|
||||
community.docker.docker_compose_v2:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["docker_compose"]
|
||||
name: make sure the `/ansible_docker_compose` directory exists
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["infrastructure_authorized_keys"]
|
||||
name: deploy infrastructure authorized keys
|
||||
ansible.posix.authorized_key:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- tags: ["msmtp"]
|
||||
name: ensure msmtp is installed
|
||||
ansible.builtin.apt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue