mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Remove all write permissions from BB installation directory.
This commit is contained in:
@@ -4,3 +4,11 @@
|
|||||||
template:
|
template:
|
||||||
src: bitbucket.properties.j2
|
src: bitbucket.properties.j2
|
||||||
dest: "{{ atl_product_home_shared }}/bitbucket.properties"
|
dest: "{{ atl_product_home_shared }}/bitbucket.properties"
|
||||||
|
|
||||||
|
- name: Remove write permissions from installation directory
|
||||||
|
file:
|
||||||
|
path: "{{ atl_product_installation_versioned }}"
|
||||||
|
owner: "root"
|
||||||
|
group: "root"
|
||||||
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
|
recurse: true
|
||||||
|
|||||||
Reference in New Issue
Block a user