Skip to content
Snippets Groups Projects
Verified Commit c9c92302 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

playbooks/apollo: Fix the mask on orion ipv4 address passed to postgres role

parent d4ed924d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
- { role: dovecot, tags: ['mail', "dovecot"] }
- { role: postfwd, tags: ['mail', "postfwd"] }
- { role: postgres, postgres_listen_addresses: "'*'", postgres_max_connections: 1000, postgres_ssl: 'on', postgres_shared_buffers: 4096MB,
postgres_ssl_hosts: ["{{ hostvars['orion.archlinux.org']['ipv4_address'] }}",
postgres_ssl_hosts: ["{{ hostvars['orion.archlinux.org']['ipv4_address'] }}/32",
"{{ hostvars['orion.archlinux.org']['ipv6_address'] }}"], tags: ['postgres'] }
- { role: sudo, tags: ['sudo'] }
- { role: uwsgi, tags: ['uwsgi'] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment