Skip to content

Commit 5cf08dd

Browse files
committed
fix: rm server.key settings
1 parent 5cabc64 commit 5cf08dd

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,6 @@
4747
group: postgres
4848
mode: '0644'
4949

50-
- name: Set ownership of /etc/ssl/private directory
51-
become: yes
52-
file:
53-
path: /etc/ssl/private
54-
owner: root
55-
group: ssl-cert
56-
state: directory
57-
58-
- name: Set permissions for /etc/ssl/private directory
59-
become: yes
60-
file:
61-
path: /etc/ssl/private
62-
mode: '0750'
63-
state: directory
64-
65-
66-
- name: Set ownership of private key file
67-
become: yes
68-
file:
69-
path: /etc/ssl/private/server.key
70-
owner: root
71-
group: ssl-cert
72-
state: file
73-
74-
- name: Set permissions for private key file
75-
become: yes
76-
file:
77-
path: /etc/ssl/private/server.key
78-
mode: '0640'
79-
state: file
80-
8150
- name: Ensure /usr/lib/postgresql/bin directory exists
8251
file:
8352
path: /usr/lib/postgresql/bin

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.17-nix-staged"
1+
postgres-version = "15.6.1.18-nix-staged"

0 commit comments

Comments
 (0)