2024-11/12/Win/useradd.yml

13 lines
211 B
YAML
Raw Normal View History

2024-11-29 13:16:39 +00:00
---
- hosts: windows
tasks:
- name: Ensure user bob is present
ansible.windows.win_user:
name: bob
password: B0bP4ssw0rd
state: present
groups:
- Benutzer