ayush account unenforced in ansible
This commit is contained in:
parent
c0f53984cc
commit
16632c374d
|
@ -265,7 +265,6 @@
|
||||||
- include: users/aidenlol.yml
|
- include: users/aidenlol.yml
|
||||||
- include: users/subhambh.yml
|
- include: users/subhambh.yml
|
||||||
- include: users/imperishable_dusk.yml
|
- include: users/imperishable_dusk.yml
|
||||||
- include: users/ayush.yml
|
|
||||||
- include: users/fenris.yml
|
- include: users/fenris.yml
|
||||||
- include: users/hana.yml
|
- include: users/hana.yml
|
||||||
- include: users/conform.yml
|
- include: users/conform.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up ayush
|
|
||||||
user:
|
|
||||||
name: ayush
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/ayush
|
|
||||||
- authorized_key:
|
|
||||||
user: ayush
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJGGcf0vltglXy0VO8SkS/8J2vMk/J7SNWzZ0GfxL3oP"
|
|
Loading…
Reference in New Issue