Module - tripleo_haproxy_conf¶
This module provides for the following ansible plugin:
tripleo_haproxy_conf
Module Documentation¶
Gather the HAProxy config
Owned by DFG:PIDONE
Options¶
- path
- file path to the config file 
Authors¶
- Tomas Sedovic 
Example Tasks¶
- hosts: webservers
  tasks:
  - name: Gather the HAProxy config
    tripleo_haproxy_conf: path=/etc/haproxy/haproxy.cfg
