ansible-role-hadoop-cdh/tasks/services-haproxy.yml

7 lines
239 B
YAML
Raw Normal View History

2020-07-21 16:33:40 +02:00
---
- block:
- name: Install the haproxy configuration
2020-07-30 15:19:19 +02:00
template: src=hue-hive-impala_haproxy.cfg.j2 dest=/etc/haproxy/haproxy.cfg owner=root group=root
2020-07-21 16:33:40 +02:00
notify: Reload haproxy
tags: [ 'cdh', 'haproxy', 'impala', 'hue', 'hive' ]