Set the conf file readable by root only.
This commit is contained in:
parent
b976618c95
commit
1c4826b3e8
|
@ -27,7 +27,7 @@
|
|||
file: dest={{ shinyproxy_as_docker_src_dir }} state=directory
|
||||
|
||||
- name: Install the shinyproxy configuration file
|
||||
template: src=shinyproxy-2-conf.yml.j2 dest={{ shinyproxy_as_docker_src_dir }}/application.yml owner=root group=root mode=0444
|
||||
template: src=shinyproxy-2-conf.yml.j2 dest={{ shinyproxy_as_docker_src_dir }}/application.yml owner=root group=root mode='0400'
|
||||
|
||||
when:
|
||||
- shinyproxy_container_backend == 'docker-swarm'
|
||||
|
|
Loading…
Reference in New Issue