ansible/site.yml

9 lines
119 B
YAML
Raw Normal View History

2022-12-14 17:43:16 +01:00
---
- name: Set up user account on all hosts
hosts: all
remote_user: root
roles:
- basic_common_settings