Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 999337c

Browse files
authored
Merge pull request #18 from stone-payments/feat/no_log_pbm
no log false pbm uri
2 parents 9de6172 + a83dec9 commit 999337c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/backup/pbm_configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
- name: PBM Config PBM_MONGODB_URI
5757
command: pbm config --file /mongodb/pbm_config.yml --mongodb-uri "mongodb://{{ mongodb_backup_user_name }}:{{ mongodb_backup_user_password }}@{{ inventory_hostname }}:{{ mongodb_net_port }}/admin?replicaSet={{ mongodb_replication_replset }}"
58-
no_log: true
58+
no_log: false
5959

6060
- name: PBM Enable Point-in-Time Recovery
6161
command: pbm config --set pitr.enabled=true --mongodb-uri "mongodb://{{ mongodb_backup_user_name }}:{{ mongodb_backup_user_password }}@{{ inventory_hostname }}:{{ mongodb_net_port }}/admin?replicaSet={{ mongodb_replication_replset }}"
@@ -72,4 +72,4 @@
7272
lineinfile:
7373
path: /root/.bashrc
7474
line: 'export PBM_MONGODB_URI="mongodb://{{ mongodb_backup_user_name }}:{{ mongodb_backup_user_password }}@{{ inventory_hostname }}:{{ mongodb_net_port }}/admin?replicaSet={{ mongodb_replication_replset }}"'
75-
no_log: false
75+
no_log: true

0 commit comments

Comments
 (0)