d4science-ghn-cluster/group_vars/tagme: Install as smartgears node.

d4science-ghn-cluster/elasticsearch-cluster.yml: New elasticsearch node for the production environment.
d4science-ghn-cluster/smartgears-node*.yml: separate the standard and "upgrade" playbooks.
This commit is contained in:
Andrea Dell'Amico 2016-05-06 16:27:32 +02:00
parent 34963cc94d
commit 5e6406b1df
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
- '{{ letsencrypt_acme_user_home }}/live'
- '{{ letsencrypt_acme_user_home }}/certs/fakeselfsignedcert'
- '{{ letsencrypt_acme_user_home }}/keys/fakeselfsignedcert'
when: ( true_cert.stat.islnk is not defined ) and ( letsencrypt_acme_install is defined and letsencrypt_acme_install )
when:
- ( true_cert.stat.islnk is not defined ) and ( letsencrypt_acme_install is defined and letsencrypt_acme_install )
- letsencrypt_acme_user_home is defined
tags: [ 'pki', 'ssl', 'letsencrypt' ]
# 20160506121714 [WARN] fdb: "keys/fakeselfsignedcert" has wrong mode -rwxr-xr-x, changing to -rwx------