mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 19:00:18 +00:00
Adding user marc
This commit is contained in:
@@ -107,3 +107,4 @@
|
|||||||
- include: users/sancho.yml
|
- include: users/sancho.yml
|
||||||
- include: users/thekingofbandit.yml
|
- include: users/thekingofbandit.yml
|
||||||
- include: users/golden.yml
|
- include: users/golden.yml
|
||||||
|
- include: users/marc.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/marc.yml
Normal file
15
roles/shell/tasks/users/marc.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up marc
|
||||||
|
user:
|
||||||
|
name: marc
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/marc
|
||||||
|
- authorized_key:
|
||||||
|
user: marc
|
||||||
|
state: present
|
||||||
|
key: "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAFBp8vFUIRu4Bq8EvnCGwlp71GQ4wGT5wKdY1X/c9AfYjsn/pnBNgnfNFxPxoNasG1MXeXjutSLtlXqnsWx2NQpFQC321MeUvd3Z/DCeIvS4WvpOZMyBvVUd2sTsuuCRVuH3fbJF5XPJrFzH3nEFNtcW7lmN+F6nKLB0kYahc3+gyTH+g=="
|
||||||
Reference in New Issue
Block a user