5fc37fa6fb
Deploy arbitrary helper scripts to use them in configuration file
14 lines
257 B
YAML
14 lines
257 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
keepalived:
|
|
package: keepalived
|
|
config_file: /etc/keepalived/keepalived.conf
|
|
service:
|
|
name: keepalived
|
|
config:
|
|
global_defs:
|
|
smtp_server: localhost
|
|
scripts_dir: /etc/keepalived
|
|
scripts: {}
|