forked from ISTI-ansible-roles/ansible-roles
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:
parent
4a3538349d
commit
facd52e43d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue