mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
7e33ea0bae
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
5 lines
115 B
YAML
5 lines
115 B
YAML
---
|
|
- name: Create system user with shell that should keep it
|
|
user:
|
|
name: shell_sys_acc
|
|
shell: /bin/bash
|