1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update yamllint improvements

This commit is contained in:
L3D 2021-01-19 20:16:08 +01:00
parent c4c592f3ef
commit e2bffe4a96
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 9 additions and 3 deletions

8
.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning

View file

@ -35,8 +35,6 @@ postfix__db_user: "{{ _mailserver__mysql_user }}"
postfix__db_password: "{{ _mailserver__mysql_password }}"
postfix__db_name: "{{ _mailserver__mysql_database }}"
nginx_sites:
- name: 'mail.l3d.space'
webroot:

@ -1 +1 @@
Subproject commit d5f15917d007b0bdad39dfaf20a358f76d222ef7
Subproject commit 34e8c31badde45d488803ed57f75fdd33a0e2cb6