Skip to content

Commit 16cb8b2

Browse files
committed
DLPX-86539 CIS: postgres user account settings
PR URL: https://www.github.com/delphix/appliance-build/pull/776
1 parent bda104f commit 16cb8b2

File tree

1 file changed

+5
-0
lines changed
  • live-build/misc/ansible-roles/appliance-build.minimal-common/tasks

1 file changed

+5
-0
lines changed

live-build/misc/ansible-roles/appliance-build.minimal-common/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
password:
4444
"{{ lookup('env', 'APPLIANCE_PASSWORD') | password_hash('sha512') }}"
4545

46+
- file:
47+
path: /export/home/delphix
48+
mode: '0750'
49+
state: directory
50+
4651
- user:
4752
name: root
4853
password:

0 commit comments

Comments
 (0)