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:
parent
c4c592f3ef
commit
e2bffe4a96
3 changed files with 9 additions and 3 deletions
8
.yamllint
Normal file
8
.yamllint
Normal 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
|
|
@ -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
|
Loading…
Reference in a new issue