Compare commits

..
4 Commits
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -44,10 +44,10 @@ jobs:
- distro: rockylinux9 - distro: rockylinux9
playbook: converge.yml playbook: converge.yml
experimental: false experimental: false
- distro: ubuntu2004 - distro: ubuntu2404
playbook: converge.yml playbook: converge.yml
experimental: false experimental: false
- distro: debian10 - distro: debian12
playbook: converge.yml playbook: converge.yml
experimental: false experimental: false
+1 -1
View File
@@ -1,6 +1,6 @@
# Ansible Role: Certbot (for Let's Encrypt) # Ansible Role: Certbot (for Let's Encrypt)
[![CI](https://github.com/geerlingguy/ansible-role-certbot/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-certbot/actions?query=workflow%3ACI) [![CI](https://github.com/geerlingguy/ansible-role-certbot/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-certbot/actions/workflows/ci.yml)
Installs and configures Certbot (for Let's Encrypt). Installs and configures Certbot (for Let's Encrypt).
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
become: true # become: true
vars: vars:
certbot_auto_renew_user: root certbot_auto_renew_user: root
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
become: true #become: true
vars: vars:
certbot_install_method: 'snap' certbot_install_method: 'snap'
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
become: true #become: true
vars: vars:
certbot_install_method: 'source' certbot_install_method: 'source'