Add playbooks/users.yml
This commit is contained in:
10
playbooks/users.yml
Normal file
10
playbooks/users.yml
Normal 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
|
||||||
Reference in New Issue
Block a user