Skip to content

Commit

Permalink
Update auto_conf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Nov 26, 2023
1 parent b2056e7 commit f7e8bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/pgbackrest/tasks/auto_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
# AWS S3 bucket
- name: "Set variable 'pgbackrest_conf' for backup in the AWS S3 bucket"
ansible.builtin.set_fact:
pgbackrest_repo_type: "s3"
pgbackrest_conf:
global:
- { option: "log-level-file", value: "detail" }
- { option: "log-path", value: "/var/log/pgbackrest" }
- { option: "repo1-type", value: "{{ pgbackrest_repo_type }}" }
- { option: "repo1-type", value: "s3" }
- { option: "repo1-path", value: "{{ PGBACKREST_REPO_PATH | default('/pgbackrest') }}" }
- { option: "repo1-s3-key", value: "{{ PGBACKREST_S3_KEY | default('') }}" }
- { option: "repo1-s3-key-secret", value: "{{ PGBACKREST_S3_KEY_SECRET | default('') }}" }
Expand Down

0 comments on commit f7e8bc8

Please sign in to comment.