diff --git a/ansible/group_vars/database/database b/ansible/group_vars/database/database index f2a7ecf..96dad1b 100644 --- a/ansible/group_vars/database/database +++ b/ansible/group_vars/database/database @@ -32,5 +32,5 @@ postgresql_hba_entries: - {type: host, database: all, user: all, address: '::1/128', auth_method: md5} - {type: host, database: all, user: all, address: '::0/128', auth_method: md5} - {type: host, database: all, user: all, address: '0.0.0.0/0', auth_method: md5} - - {type: host, database: replication, user: repli, address:192.168.1.42/32, auth_method: md5} - - {type: host, database: replication, user: repli, address:192.168.1.40/32, auth_method: md5} + - {type: host, database: replication, user: repli, address: '192.168.1.42/32', auth_method: md5} + - {type: host, database: replication, user: repli, address: '192.168.1.40/32', auth_method: md5}