Skip to content

Commit af8bb4f

Browse files
committed
Correct YAML linting errors brought up by Molecule
1 parent 163b6aa commit af8bb4f

File tree

4 files changed

+261
-260
lines changed

4 files changed

+261
-260
lines changed

defaults/main.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ haproxy_defaults:
3838
facility: local1
3939
level: notice
4040
timeout:
41-
- param: 'connect'
42-
value: '5000ms'
43-
- param: 'client'
44-
value: '50000ms'
45-
- param: 'server'
46-
value: '50000ms'
41+
- param: 'connect'
42+
value: '5000ms'
43+
- param: 'client'
44+
value: '50000ms'
45+
- param: 'server'
46+
value: '50000ms'
4747
options:
4848
- httpclose
4949
- forwardfor except 127.0.0.0/8
@@ -52,20 +52,20 @@ haproxy_defaults:
5252
- httplog
5353
- dontlognull
5454
errorfile:
55-
- code: 400
56-
file: /etc/haproxy/errors/400.http
57-
- code: 403
58-
file: /etc/haproxy/errors/403.http
59-
- code: 408
60-
file: /etc/haproxy/errors/408.http
61-
- code: 500
62-
file: /etc/haproxy/errors/500.http
63-
- code: 502
64-
file: /etc/haproxy/errors/502.http
65-
- code: 503
66-
file: /etc/haproxy/errors/503.http
67-
- code: 504
68-
file: /etc/haproxy/errors/504.http
55+
- code: 400
56+
file: /etc/haproxy/errors/400.http
57+
- code: 403
58+
file: /etc/haproxy/errors/403.http
59+
- code: 408
60+
file: /etc/haproxy/errors/408.http
61+
- code: 500
62+
file: /etc/haproxy/errors/500.http
63+
- code: 502
64+
file: /etc/haproxy/errors/502.http
65+
- code: 503
66+
file: /etc/haproxy/errors/503.http
67+
- code: 504
68+
file: /etc/haproxy/errors/504.http
6969

7070
haproxy_resolvers: []
7171
haproxy_backends: []

meta/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ galaxy_info:
66
license: Apache v2
77
min_ansible_version: 2.2
88
platforms:
9-
- name: Ubuntu
10-
versions:
11-
- precise
12-
- trusty
13-
- name: CentOS
14-
- name: Debian
15-
versions:
16-
- jessie
17-
- name: Alpine
18-
categories:
19-
- networking
20-
- system
21-
- web
9+
- name: Ubuntu
10+
versions:
11+
- precise
12+
- trusty
13+
- name: CentOS
14+
- name: Debian
15+
versions:
16+
- jessie
17+
- name: Alpine
18+
galaxy_tags:
19+
- networking
20+
- system
21+
- web
2222
dependencies: []

vars/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
_haproxy_etc_prefix: /etc
23
_haproxy_config_dir: "{{ _haproxy_etc_prefix }}/haproxy"
34
_haproxy_config_file: "{{ _haproxy_config_dir }}/haproxy.cfg"

0 commit comments

Comments
 (0)