Merge branch 'master' of git://gitorious.research-infrastructures.eu/infrastructure-management/ansible-playbooks

This commit is contained in:
daniele-pavia 2017-12-06 14:48:40 +01:00
commit a1ebe1cee9
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
# See http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/download_the_ambari_repo_ubuntu14.html
hdp_ambari_install: False
hdp_ambari_repo_url: 'http://public-repo-1.hortonworks.com/ambari/ubuntu14/2.x/updates/2.4.1.0/ambari.list'
hdp_ambari_repo_url: 'http://public-repo-1.hortonworks.com/ambari/ubuntu14/2.x/updates/2.6.0.0/ambari.list'
hdp_ambari_repo_key: 'B9733A7A07513CAD'
ambari_use_separate_postgres_db: False

View File

@ -6,7 +6,7 @@
tags: mongodb
- name: Install the mongodb repository
ansible_repository: repo="deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" update_cache=yes state=present
apt_repository: repo="deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" update_cache=yes state=present
when: mongodb_install_from_external_repo
register: external_repo
tags: mongodb

View File

@ -70,7 +70,7 @@ psql_ssl_ca_file: '/var/lib/acme/live/{{ ansible_fqdn }}/chain'
psql_conf_ssl_parameters:
- { name: 'ssl', value: 'true' }
- { name: 'ssl_cert_file', value: '{{ psql_ssl_cert_file }}' }
- { name: 'ssl_key_file', value: '{{ psql_ssl_privkey_path }}' }
- { name: 'ssl_key_file', value: '{{ psql_ssl_privkey_file }}' }
- { name: 'ssl_ca_file', value: '{{ psql_ssl_ca_file }}' }
psql_conf_disable_ssl_parameters: