mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-20 19:30:18 +00:00
Adding the files, I created
This commit is contained in:
15
roles/shell/tasks/users/mks.yml
Normal file
15
roles/shell/tasks/users/mks.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up mks
|
||||
user:
|
||||
name: mks
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/mks
|
||||
- authorized_key:
|
||||
user: mks
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAp+jMFO0gnW1/kzau6k4V8GfT1V9rxfIucUuE+0q8aBFkjt/hH1zFl/kCrQ9+Pma4ejqB4SbYzrOceW8Nsls/Vy4+8Sx10P9q92lJJLGnLC1W/fxH5c2BeGW21vcFydsWdRusS/uhLg6lqlaUpoBefakLdw6OdKxgHReYJE84LQOCqKoy/Jdg2CkKf5XWfS4lZRvZQeGpWTj5wlTLRMcDx/sN11R88uC40NtrRJ9I5ihhyQL1R5e1v9IE/+pod7WCU3OjQCDO64NS2bmz5AfJngShw91nlVMP3ujjpT1FwRWxbIGs6Qis3KQclBzZR94Bjyb5qvCQtZM6tvzJua7YLw=="
|
||||
Reference in New Issue
Block a user