ansible/base/user-scores.yml
2016-02-25 14:41:17 +01:00

8 lines
227 B
YAML

---
- name: Prepare and configure user "scores"
hosts: all
tasks:
- name: Adding authorized key to scores user
authorized_key: user=scores key="{{ item }}"
with_file:
- ../files/authorized_keys.deploy.pub