stelima account unenforced in ansible
This commit is contained in:
parent
9c3ac8e013
commit
ba8cf0490a
|
@ -159,7 +159,6 @@
|
||||||
- include: users/denzuko.yml
|
- include: users/denzuko.yml
|
||||||
- include: users/calamitous.yml
|
- include: users/calamitous.yml
|
||||||
- include: users/sleepless9.yml
|
- include: users/sleepless9.yml
|
||||||
- include: users/stelima.yml
|
|
||||||
- include: users/gagrilli.yml
|
- include: users/gagrilli.yml
|
||||||
- include: users/hlv.yml
|
- include: users/hlv.yml
|
||||||
- include: users/baruchel.yml
|
- include: users/baruchel.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up stelima
|
|
||||||
user:
|
|
||||||
name: stelima
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/stelima
|
|
||||||
- authorized_key:
|
|
||||||
user: stelima
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu6fJ3m8lBFdYzR5D6U2S3u44oo2bvjh3wMxhoxvuwHFtvQzIp/+acDi93ioLkAuznaJIDpBBW+jd2JBsEvzHLJzCy8Cc8mrBEHx4aHXHZaQM/YYeSj12pVQNME63mpmGf6PogtJeMYAYr1Fo8u4GyQf+jV9XNRZkkAl5uZzqMhknhmM/Mzc87d9rKUo7faf13BBrfdalwY37YEIfU+8IIXyef0miBxpF35HkLDYto5hQ9mJ7oH1ARgXEUJEZL+7JRHKnxToKnxGUWCRy0URIesPL7Yv0y7mFatqj3fEjSOHzXthz572Htw44jWJwwSv9FbhSVsRoplGs61GupeBk0w== ste@MAZZETTO"
|
|
Loading…
Reference in New Issue