roles/burp-server: Deploy BURP server
The *burp-server* role installs and configures a BURP server. It is adapted from a previous iteration, and should support CentOS/RHEL/Fedora and Gentoo, as well as both BURP 1.x and 2.x (depending on which version gets installed by the system package manager). To manage the certificate authority, the *burp-server* role uses the `burp_ca` command. This has the advantage of not requiring any external certificate management, but effectively binds the CA to a specific machine.
This commit is contained in:
10
roles/burp-server/defaults/main.yml
Normal file
10
roles/burp-server/defaults/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
burp_keep: 7
|
||||
burp_client_conf: {}
|
||||
burp_notify_success: '{{ burp_notify is defined }}'
|
||||
burp_notify_failure: '{{ burp_notify is defined }}'
|
||||
burp_backup_interval: 20h
|
||||
burp_hardlinked_archive: false
|
||||
burp_ca_server_name: '{{ ansible_fqdn }}'
|
||||
burp_notify_script: '{{ burp_script_path }}/notify_script'
|
||||
burp_timer_script: '{{ burp_script_path }}/timer_script'
|
||||
burp_server_script_pre: '{{ burp_script_path }}/ssl_extra_checks_script'
|
||||
Reference in New Issue
Block a user