ansible-experiments/add-users-groups-authorized_keys-dot-files/site.yaml

9 lines
113 B
YAML
Raw Normal View History

2018-08-07 19:23:08 +00:00
---
- name: Manage user configuration
hosts: all
2018-08-18 08:13:25 +00:00
# remote_user: root
2018-08-07 19:23:08 +00:00
roles:
- users
- ssh-config
2018-08-07 19:23:08 +00:00