ansible/base/user-scores.yml
Michael RICOIS c76507a2da Fix typo
2017-02-20 10:39:47 +01:00

8 lines
225 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