Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add subnet_mask to molecule group vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Apr 28, 2023
1 parent 9698842 commit 599ea00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/resources/inventory/host_vars/db/vars
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ postgresql_connection:
client_ip: "{{ web_vm.ip }}"
client_certificate_filename: "/var/lib/pgsql/certs/root.crt" # required if using SSL, where to copy the client certificate to on the server
listen_addresses: "'*'"
subnet_mask: 255.255.255.255

# mirsg.ssl_certificates - postgresql server
postgresql_ssl_certificate:
Expand Down

0 comments on commit 599ea00

Please sign in to comment.