d4science-ghn-cluster/group_vars/dataminer_dev, d4science-ghn-cluster/roles/dataminer_app: New try to install a clean dataminer app without overbloated dependencies.

san/host_vars: First list of disks to be used by ceph.
This commit is contained in:
Andrea Dell'Amico 2015-12-05 09:13:38 +01:00
parent 4a3538349d
commit facd52e43d
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
---
- name: Install the ssh keys for non root users
authorized_key: user={{ item.0.name }} key="{{ item.1 }}" state=present
when:
- non_root_users
when: non_root_users
with_subelements:
- ssh_users_list
- authorized_keys