From: Kristof Provost Date: Tue, 25 Mar 2025 14:36:37 +0000 (+0100) Subject: ansible: domotica webserver file is identical for all X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=01af299e1585754411642724e7a1d4b7130c931d;p=pennestraat-domotica ansible: domotica webserver file is identical for all So don't have a per-host file. --- diff --git a/ansible/roles/domotica/tasks/domotica.yaml b/ansible/roles/domotica/tasks/domotica.yaml index 159a9bc..9019a66 100644 --- a/ansible/roles/domotica/tasks/domotica.yaml +++ b/ansible/roles/domotica/tasks/domotica.yaml @@ -28,7 +28,7 @@ become: true - name: install domotica apache config file template: - src: "{{ hostname }}.domotica.conf" + src: "domotica.conf" dest: "/usr/local/etc/apache24/Includes/domotica.conf" owner: root group: wheel