Skip to content

Commit

Permalink
Fix Ansible warnings
Browse files Browse the repository at this point in the history
And add support for HAProxy 1.9
  • Loading branch information
tersmitten committed Jan 28, 2019
1 parent ddaefbf commit bd09243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
skip_list:
- '204'
- '405'
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# meta file for haproxy
---
galaxy_info:
role_name: haproxy
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up the latest version of HAProxy in Ubuntu systems
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ haproxy_versions_supported:
- '1.6'
- '1.7'
- '1.8'
- '1.9'

haproxy_ppa: "ppa:vbernat/haproxy-{{ haproxy_version }}"

0 comments on commit bd09243

Please sign in to comment.