certbot: Add missing config file and lint fixes
This commit is contained in:
parent
b81950c5b2
commit
602cc4dfc6
3 changed files with 24 additions and 1 deletions
|
@ -56,3 +56,12 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
state: link
|
||||
follow: false
|
||||
|
||||
- name: create certbot config
|
||||
copy:
|
||||
dest: /etc/letsencrypt/cli.ini
|
||||
src: cli.ini
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue