confgen

Config parser generator
git clone git://git.finwo.net/app/confgen
Log | Files | Refs | LICENSE

keepalived.hcl (168B)


      1 daemonize = false
      2 
      3 vrrp_instance "VRRP_1" {
      4   router_id = 123
      5 
      6   address "192.168.1.2/24" {
      7     ...
      8   }
      9 
     10   auth {
     11     type = "PASS"
     12     password = "supers3cret"
     13   }
     14 
     15 }