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:
2018-08-08 20:06:31 -05:00
parent 241f9d6afa
commit ddd7031624
13 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
burp_server_package: burp-server
burp_client_package: burp-client
tmpfiles_cmd: systemd-tmpfiles

View File

@@ -0,0 +1,3 @@
burp_server_package: burp
burp_client_package: burp
tmpfiles_cmd: opentmpfiles

View File

@@ -0,0 +1 @@
burp_ca_dir: /var/lib/burp/CA