2024-09/12/Win/useradd.yml

13 lines
211 B
YAML
Raw Permalink Normal View History

2024-09-20 13:57:42 +00:00
---
- hosts: windows
tasks:
- name: Ensure user bob is present
ansible.windows.win_user:
name: bob
password: B0bP4ssw0rd
state: present
groups:
- Benutzer