The *burp-client* role installs and configures a BURP client. It should support RHEL/CentOS/Fedora and Gentoo. To manage the client password and other server-mandated configuration, the role uses Ansible's delegation feature to generate a configuration file in the "clientconfdir" on the BURP server. An hourly cron task is scheduled that runs `burp -a t` every hour. This allows the server to configure backup timebands and intervals.
4 lines
121 B
Django/Jinja
4 lines
121 B
Django/Jinja
{% for key, value in default_burp_client_conf|combine(burp_client_conf)|dictsort %}
|
|
{{ key }} = {{ value }}
|
|
{% endfor %}
|