roles/burp-client: Set clientconfdir file owner

The BURP server runs as user *burp*, and nas such, requires that the
client-specific configuration files be owned by that user so they can be
read when a client connects.
jenkins-master
Dustin 2019-09-19 18:38:13 -05:00
parent 799d24f4b9
commit e8ca37fa7c
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
template: template:
src=server-clientconf.j2 src=server-clientconf.j2
dest=/etc/burp/clientconfdir/{{ ansible_fqdn }} dest=/etc/burp/clientconfdir/{{ ansible_fqdn }}
owner=burp
group=burp
mode=0400 mode=0400
delegate_to: '{{ burp_server }}' delegate_to: '{{ burp_server }}'