Skip to content
Snippets Groups Projects
plugins.cfg 215 B
Newer Older
  • Learn to ignore specific revisions
  • # PLugins config
    {% if sd_groups.proxy != 'none' and inventory_hostname in groups[sd_groups.proxy] %}
    
    [haproxy]
    haproxy_svname: {{ inventory_hostname }}
    haproxy_url: http://127.0.0.1:7000/haproxy_stats
    {% endif %}