ansible/site.yml
2022-12-14 17:43:16 +01:00

9 lines
119 B
YAML

---
- name: Set up user account on all hosts
hosts: all
remote_user: root
roles:
- basic_common_settings