Delete 'roles/shell/tasks/users/alinur.yml'
This commit is contained in:
parent
c08b965c2a
commit
1ee0af38dc
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up alinur
|
|
||||||
user:
|
|
||||||
name: alinur
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/alinur
|
|
||||||
- authorized_key:
|
|
||||||
user: alinur
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCPOpFygZ+D2wtMwebJA5jDOhwWiUKBsaYLMm256azM alinur@thinkpad"
|
|
Loading…
Reference in New Issue