Merge branch 'master' of ttm.sh:thunix/ansible

This commit is contained in:
Ubergeek 2019-03-21 12:40:00 +00:00
commit 7fe50e2efc
2 changed files with 16 additions and 0 deletions

View File

@ -89,3 +89,4 @@
- include: users/audiofile.yml
- include: users/vgk.yml
- include: users/cyphyx.yml
- include: users/krystianbajno.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up krystianbajno
user:
name: krystianbajno
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/krystianbajno
- authorized_key:
user: krystianbajno
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWYmbjeAl4Zr3M6nctcMNGpOiBMZzlRrpN/kJQCURaNPM8d/jfGIZw4d+YiRdEzqML5JQxuKKSaIdQe+ERD6Wx5zNfW0nVR+2XXHrH5QODlRKozDkIRCW+q+QDEowhhEIfCFDlIlxxN+2Q9ASNhB3ZyhL8x70jI1rsplUjwpsvO6hyOyPulvyLZ/UH8og17RgIffx3+Niuc+wysvQcPeuoFuI0YcuCCAvEnNfcGnDosFKzdvGPbU2KMY2Vc6COQGkFMwlvXKfdUcDCmIJETXfAD9gyRChmey3Wei6MzIAzGKxl/3Fd/009nrV05uwnq6IpJ3hyEysZI52XcE223CHF krystian@Fun"