Skip to content
Snippets Groups Projects
Commit 625d0362 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Ignore too long lines in phpwebapps defaults

parent eddff3ab
Branches
No related tags found
No related merge requests found
---
phpwebapps: []
# yamllint disable-line rule:line-length
mysql_root_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql create=true length=20') }}"
# phpwebapps:
# - name: termine
# directory: /var/www/termine (default)
# packages: ["php-mbstring", "php-intl"]
# yamllint disable-line rule:line-length
# mysql_password: "{{lookup('passwordstore', 'db/{{ansible_hostname}}-mysql-termine create=true length=20')}}"
# url: "https://example.com/download/genericphpsoftware.zip
# checksum: "sha256:abc123…"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment