add role tag to certbot role
This commit is contained in:
parent
951b4df43e
commit
e08d18f48b
7 changed files with 48 additions and 24 deletions
|
|
@ -1,4 +1,5 @@
|
|||
- name: ensure existence of renewal deploy hooks directory
|
||||
- tags: ["certbot", "certbot-new_cert_commands"]
|
||||
name: ensure existence of renewal deploy hooks directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/letsencrypt/renewal-hooks/deploy
|
||||
state: directory
|
||||
|
|
@ -7,7 +8,8 @@
|
|||
mode: "0755"
|
||||
become: true
|
||||
|
||||
- name: ensure renewal deploy hook commands
|
||||
- tags: ["certbot", "certbot-new_cert_commands"]
|
||||
name: ensure renewal deploy hook commands
|
||||
ansible.builtin.template:
|
||||
src: renewal_deploy_hook_commands.sh.j2
|
||||
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible_commands.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue