Skip to content

Commit

Permalink
add any_errors_fatal:true
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahms authored and vibhorkumar123 committed Jun 19, 2023
1 parent f2bdc83 commit 6da5e6f
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbook-examples/manage_cnpg/manage_cnpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- name: Manage a CloudNativePG or CloudNative Postgres Cluster Playbook
hosts: localhost
gather_facts: false
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions playbook-examples/primary_only/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions playbook-examples/primary_tde_only/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/init_dbserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Below is an example of how to include the `init_dbserver` role:
name: Initialize Postgres instances
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/install_dbserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Below is an example of how to include the `install_dbserver` role:
name: Install Postgres binaries
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/manage_cnpg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Below is an example of how to include the `manage_cnpg` role:
- name: Manage a CloudNativePG or CloudNative Postgres Cluster Playbook
hosts: localhost
gather_facts: false
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/manage_dbpatches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Below is an example of how to include the `manage_dbpatches` role:
name: Apply database patches
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/manage_dbserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Below is an example of how to include the `manage_dbserver` role:
name: Manage Postgres server
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/manage_efm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Below is an example of how to include the `manage_efm` role:
name: Install EFM on Instances
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/manage_pgbouncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Below is an example of how to include the `manage_pgbouncer` role:
name: Manage PgBouncer databases and users
become: true
gather_facts: yes
any_errors_fatal: true
# When using collections
collections:
Expand Down
1 change: 1 addition & 0 deletions roles/manage_pgpool2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Below is an example of how to include the `manage_pgpool2` role:
name: Manage PgpoolII instances
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_barman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Below is an example of how to include the `setup_barman` role:
name: Configure Barman backup on Postgres nodes
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_barmanserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Below is an example of how to include the `setup_barmanserver` role:
name: Deploy Barman Servers
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_efm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Below is an example of how to include the `setup_efm` role:
name: Install EFM on Instances
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Below is an example of how to include the `setup_etcd` role:
name: Install ETCD on Instances
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_patroni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Below is an example of how to include the `setup_patroni` role:
name: Install Patroni on Instances
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pemagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Below is an example of how to include the `setup_pemagent` role:
name: Setup PEM agents
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pemserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Below is an example of how to include the `setup_pemserver` role:
name: Setup PEM server
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pgbackrest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Below is an example of how to include the `setup_pgbackrest` role:
name: Configure pgBackRest backup on Postgres nodes
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pgbackrestserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Below is an example of how to include the `setup_pgbackrestserver` role:
name: Deploy pgbackrest servers
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pgbouncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ Below is an example of how to include the `setup_pgbouncer` role:
name: Setup PgBouncer connection pooler
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_pgpool2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Below is an example of how to include the `setup_pgpool2` role:
name: Deploy PgpoolII instances
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_replication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Below is an example of how to include the `setup_replication` role:
name: Setup Postgres replication on Instances
become: true
gather_facts: true
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_repmgr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Below is an example of how to include the `setup_repmgr` role:
name: Install and configure Repmgr
become: true
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions roles/setup_repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ repositories access to EDB Postgres Advanced Server packages in version 14:
name: Setup EPAS Repositories
become: yes
gather_facts: yes
any_errors_fatal: true
collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/init_dbserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/install_dbserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/manage_dbpatches/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/manage_dbserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/manage_efm/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/manage_pgbouncer/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/manage_pgpool2/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_barman/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_barmanserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_dbt2/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_dbt2_client/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_dbt2_driver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_dbt3/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_dbt7/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_efm/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_hammerdb/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: HammerDB deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_pemagent/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_pemserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_pgbackrest/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_pgbackrestserver/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
1 change: 1 addition & 0 deletions tests/cases/setup_pgbouncer/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Postgres deployment playbook
become: true
gather_facts: true
any_errors_fatal: true

collections:
- edb_devops.edb_postgres
Expand Down
Loading

0 comments on commit 6da5e6f

Please sign in to comment.