Files
configpolicy/roles/burp-client/defaults/main.yml
Dustin C. Hatch 87843e5926 burp-client: Use burp.p.b name
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.
2020-01-18 12:10:53 -06:00

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 }}'