1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 11:54:39 +02:00

playbooks/apollo: Change to use the new netmask variable

This commit is contained in:
Giancarlo Razzolini 2017-01-01 18:13:54 -02:00
parent 207aa3cc81
commit 6cdb06165c
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -17,8 +17,8 @@
- { 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'] }}/32",
"{{ hostvars['orion.archlinux.org']['ipv6_address'] }}"], tags: ['postgres'] }
postgres_ssl_hosts: ["{{ hostvars['orion.archlinux.org']['ipv4_address'] }}{{ hostvars['orion.archlinux.org']['ipv4_netmask'] }}",
"{{ hostvars['orion.archlinux.org']['ipv6_address'] }}{{ hostvars['orion.archlinux.org']['ipv6_netmask'] }}"], tags: ['postgres'] }
- { role: sudo, tags: ['sudo'] }
- { role: uwsgi, tags: ['uwsgi'] }
- { role: memcached, tags: ['memcached'] }