| command: ./scripts/composer_wrapper.php install --no-dev | command: ./scripts/composer_wrapper.php install --no-dev | ||||
| args: | args: | ||||
| chdir: "{{librenms_home}}" | chdir: "{{librenms_home}}" | ||||
| creates: "{{librenms_home}}/composer.phar" | |||||
| become: yes | become: yes | ||||
| become_user: "{{librenms_user}}" | become_user: "{{librenms_user}}" | ||||
| {% if librenms_tls %} | {% if librenms_tls %} | ||||
| SSLEngine on | SSLEngine on | ||||
| SSLCertificateFile "{{nextcloud_cert_file}}" | |||||
| SSLCertificateKeyFile "{{nextcloud_key_file}}" | |||||
| SSLCertificateFile "{{librenms_cert_file}}" | |||||
| SSLCertificateKeyFile "{{librenms_key_file}}" | |||||
| {% endif %} | {% endif %} | ||||
| AllowEncodedSlashes NoDecode | AllowEncodedSlashes NoDecode |