Add playbooks/users.yml

This commit is contained in:
2026-06-13 13:43:30 +01:00
parent 4c4a18ab82
commit bfbba7f394

10
playbooks/users.yml Normal file
View File

@@ -0,0 +1,10 @@
- name: create users
hosts: apache-intranet
become: true
tasks:
- name: make jigglypuff
user:
name: jigglypuff
state: present
shell: /usr/sbin/nologin