burp-{client,server}: PBs to deploy BURP
The `burp-client.yml` and `burp-server.yml` playbooks apply the *burp-client* and *burp-server* roles to BURP clients and servers, respectively. The server playbook also applies the *postfix* role to ensure that SMTP is configured and backup notifications can be sent.jenkins-master
parent
b7fafa6734
commit
7ebc2bdfa2
|
@ -0,0 +1,3 @@
|
|||
- hosts: burp-client
|
||||
roles:
|
||||
- burp-client
|
|
@ -0,0 +1,4 @@
|
|||
- hosts: burp-server
|
||||
roles:
|
||||
- postfix
|
||||
- burp-server
|
|
@ -0,0 +1,2 @@
|
|||
burp_server: burp0.pyrocufflink.blue
|
||||
burp_server_cn: burp.pyrocufflink.blue
|
|
@ -0,0 +1,2 @@
|
|||
burp_ca_server_name: burp.pyrocufflink.blue
|
||||
burp_notify: gyrfalcon@ebonfire.com
|
Loading…
Reference in New Issue