Using the generic *burp.pyrocufflink.blue* name will allow easier transition to a new BURP server. However, since this is not the actual name, it cannot be used for task delegation, so a separate variable is required to store the real name of the BURP server. This is only used during client deployment, and not by BURP itself.
8 lines
195 B
YAML
8 lines
195 B
YAML
burp_server: localhost
|
|
burp_server_hostname: '{{ burp_server }}'
|
|
burp_password: abcdefgh
|
|
burp_cname: '{{ ansible_fqdn }}'
|
|
burp_backup: []
|
|
burp_client_conf: {}
|
|
burp_server_cn: '{{ burp_server }}'
|