roles/burp-client: Deploy BURP client
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.
This commit is contained in:
6
roles/burp-client/defaults/main.yml
Normal file
6
roles/burp-client/defaults/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
burp_server: localhost
|
||||
burp_password: abcdefgh
|
||||
burp_cname: '{{ ansible_fqdn }}'
|
||||
burp_backup: []
|
||||
burp_client_conf: {}
|
||||
burp_server_cn: '{{ burp_server }}'
|
||||
Reference in New Issue
Block a user