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