diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-02-06 17:01:30 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-02-15 14:15:13 +0100 |
commit | d74a10cbc6abe451c39eef30b6c610d916090448 (patch) | |
tree | 02a9457925476463ed03332ac25f3ecf53de8f2e /tasks | |
parent | 3b8151bbaeb569753fc9ddcb4d66af40c2de036a (diff) |
HTTPd: Set vhost karta.klimatanalysnorr.se.
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/httpd.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tasks/httpd.yml b/tasks/httpd.yml index 0973db1..2138d35 100644 --- a/tasks/httpd.yml +++ b/tasks/httpd.yml @@ -16,9 +16,9 @@ - name: Install lacme apt: pkg=lacme -- name: Copy /etc/lacme/lacme-certs.conf.d/hel01.conf - copy: src=etc/lacme/lacme-certs.conf.d/hel01.conf - dest=/etc/lacme/lacme-certs.conf.d/hel01.conf +- name: Copy /etc/lacme/lacme-certs.conf.d/webmap.conf + copy: src=etc/lacme/lacme-certs.conf.d/webmap.conf + dest=/etc/lacme/lacme-certs.conf.d/webmap.conf owner=root group=root mode=0644 |