mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 03:40:17 +00:00
Adding user sancho
This commit is contained in:
@@ -104,3 +104,4 @@
|
|||||||
- include: users/yximdoa.yml
|
- include: users/yximdoa.yml
|
||||||
- include: users/dovahkin.yml
|
- include: users/dovahkin.yml
|
||||||
- include: users/philip.yml
|
- include: users/philip.yml
|
||||||
|
- include: users/sancho.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/sancho.yml
Normal file
15
roles/shell/tasks/users/sancho.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up sancho
|
||||||
|
user:
|
||||||
|
name: sancho
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/sancho
|
||||||
|
- authorized_key:
|
||||||
|
user: sancho
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4MMCKYJNsVujvaj2cY/XF0FOofjNiS9hScXCpMFWynRvCz6KHyow9nhLpSaikdbdw0rruuJb/t57hDqPPJipDc6vw2KQ7TBxK4Hb349twkWYk7fI1o4QCu3u6s4/uIemYHCrMOfs4JFDq/1Sk4iu9JGq5aTKt64d5gpeOBBocxr2Tfts8u5hecUWOEu89oC0pLPUhlfqpk3zekqBOdeaJNHZtfJGkkeJbVrppoRbbUfm/vgy0BtbCBLSgeWN7eXRDSA4qsm7pCank+WtNlveq9xVBY9ILWIctzmSSC30O54mFowykQlbLzVMOJCgYgfyWBFWahX3Hn6gmRiQxxJx3"
|
||||||
Reference in New Issue
Block a user