axolotl account unenforced in ansible
This commit is contained in:
parent
7e3c13a64c
commit
61c901ec67
|
@ -234,7 +234,6 @@
|
||||||
- include: users/uberius.yml
|
- include: users/uberius.yml
|
||||||
- include: users/low-key.yml
|
- include: users/low-key.yml
|
||||||
- include: users/fengf.yml
|
- include: users/fengf.yml
|
||||||
- include: users/axolotl.yml
|
|
||||||
- include: users/lesstech.yml
|
- include: users/lesstech.yml
|
||||||
- include: users/sasaboss.yml
|
- include: users/sasaboss.yml
|
||||||
- include: users/crispr.yml
|
- include: users/crispr.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up axolotl
|
|
||||||
user:
|
|
||||||
name: axolotl
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/axolotl
|
|
||||||
- authorized_key:
|
|
||||||
user: axolotl
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVaKCuGMCDvwkruYiJnhCVOq77z50EKWTEjnGPVx2C8"
|
|
Loading…
Reference in New Issue