Last active
November 11, 2018 20:14
-
-
Save brygom/2b9eb4965d1d0a117aacd1e2ff81bc53 to your computer and use it in GitHub Desktop.
teplate for haproxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [template] | |
| src = "haproxy.cfg.tmpl" | |
| dest = "/etc/haproxy/haproxy.cfg" | |
| keys = [ | |
| "/service", | |
| ] | |
| reload_cmd = "echo restarting && service haproxy restart" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment