Skip to content

Commit

Permalink
Added comments for features control variables
Browse files Browse the repository at this point in the history
  • Loading branch information
David ASSIGBI committed Feb 19, 2025
1 parent c39f669 commit 1381180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,13 @@ postgresql_https_pkg_proxy: ''
postgresql_uninstall_1: false
postgresql_uninstall_2: false


# Controls PostgreSQL packages installation
postgresql_install: true
# Controls engine specific objects like databases,users,tablespaces,ownerships,extensions,sqlquery executions
postgresql_manage_objects: true
# Controls configuration
postgresql_configure: true
# Controls cluster initialization
postgresql_initialize: true
# Controls actual postgresql replication configuration
postgresql_configure_replication: true

0 comments on commit 1381180

Please sign in to comment.