Skip to content

Commit a72dea3

Browse files
committed
DLPX-86539 CIS: postgres user account settings
PR URL: https://www.github.com/delphix/delphix-platform/pull/499
1 parent 9e78010 commit a72dea3

File tree

1 file changed

+9
-0
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+9
-0
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,3 +738,12 @@
738738
path: /etc/environment
739739
state: absent
740740
regexp: '^\s*PATH\s*='
741+
742+
- file:
743+
path: "{{ item }}"
744+
state: directory
745+
mode: 0750
746+
with_items:
747+
- /export/home/delphix
748+
- /export/home/cli
749+
- /var/lib/postgresql

0 commit comments

Comments
 (0)