ansible-roles/hadoop/CDH/tasks/services-haproxy.yml

7 lines
236 B
YAML
Raw Normal View History

2018-04-14 18:25:10 +02:00
---
- block:
- name: Install the haproxy configuration
template: src=hue-hive-impala_haproxy.cfg dest=/etc/haproxy/haproxy.cfg owner=root group=root
notify: Reload haproxy
tags: [ 'cdh', 'haproxy', 'impala', 'hue', 'hive' ]