slaserx account unenforced in ansible
This commit is contained in:
parent
d01af9ca3a
commit
7e3c13a64c
|
@ -233,7 +233,6 @@
|
||||||
- include: users/alma.yml
|
- include: users/alma.yml
|
||||||
- include: users/uberius.yml
|
- include: users/uberius.yml
|
||||||
- include: users/low-key.yml
|
- include: users/low-key.yml
|
||||||
- include: users/slaserx.yml
|
|
||||||
- include: users/fengf.yml
|
- include: users/fengf.yml
|
||||||
- include: users/axolotl.yml
|
- include: users/axolotl.yml
|
||||||
- include: users/lesstech.yml
|
- include: users/lesstech.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up slaserx
|
|
||||||
user:
|
|
||||||
name: slaserx
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/slaserx
|
|
||||||
- authorized_key:
|
|
||||||
user: slaserx
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEA09YQcX9qMCY45lFbkOJWt6xcotXOYIOfTA9vlnbDPqRt8Mf4W4K+16qOCPOILpO5sJ6AXsTorjg410o7pCryzqRSf5N+rRGKfbZUS883QaQP1bczkRYnhNsaTK/SjJjw+IfCGly/V7HS6ABV+zSp37RVLjxS3JyhzoCrmhst3eKM6Gc3FnhtX3L2GZ7Di6i6h85paQ1gPbRKsUFPmQ/DVvoykNIds1JjsmN3N7NFelP5PNXemkFyxm/YP+V8atdV7RfUiiRVyvMs7TlDWc/mRWfth1znTMADPwQUgbURSnfrFcmX/8lbL++gClVAToQqISylCY2t+TJgixQ1bmK85Q== rsa-key-20201027"
|
|
Loading…
Reference in New Issue