mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-13 11:09:08 +00:00
ansible plays for docker, haproxy & varnish
This commit is contained in:
14
ansible/roles/certbot/tasks/secrets.yml
Normal file
14
ansible/roles/certbot/tasks/secrets.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- file:
|
||||
path: "{{ certbot_cloudflare_secrets_dir }}"
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0700"
|
||||
|
||||
- template:
|
||||
src: cloudflare.ini.j2
|
||||
dest: "{{ certbot_cloudflare_ini_path }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
Reference in New Issue
Block a user