Adding user copafum

This commit is contained in:
Blade of Darkness 2021-02-14 20:57:20 +01:00
parent d40dcffa71
commit 4b40a6ca62
2 changed files with 16 additions and 0 deletions

View File

@ -318,3 +318,4 @@
- include: users/danisanti.yml
- include: users/gluon.yml
- include: users/zer0.yml
- include: users/copafum.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up copafum
user:
name: copafum
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/copafum
- authorized_key:
user: copafum
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAvd8E89ZKEtQuY7L55MqST2ch33nRyxYz/KtjrvmNMmxK8OmvAP7MfJtfSbHaKYnqm+N82a+9hR/Z5uj0aGJ44CpJ45jzTOc2Mg9ojUAWDI6jWxWDsZvn3K+hpXpp72VOtZ/0Yz+vdHWI0e02qRI0wXMAeEJB4X4iXqrOU3lxXRpacKLmnLUNhDhaBKgjST2AMr0hb33Z+Fw80PHfdrvbPpnzrjQ8O5zbEDj7LRBardTsuT3+pdXCS7qHcLK3IFOKe6wHiqXXx4rliTtQHg5iDqbmAXKHpDYosklcQrwftbLiQ6IUpfG/nPomXAxn7wZgrWoL0T3jfdYnGqDKbm8zVQ== rsa-key-20210213"