Adding user calico

This commit is contained in:
Naglfar 2021-12-26 12:18:07 +01:00
parent 95c9b75f08
commit 9e1b8f2388
2 changed files with 16 additions and 0 deletions

View File

@ -395,3 +395,4 @@
- include: users/miningpro362.yml
- include: users/wrk.yml
- include: users/flook.yml
- include: users/calico.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up calico
user:
name: calico
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/calico
- authorized_key:
user: calico
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIm+LB9XL19DX0ZP2zKY/gzoPpES8NEXtBQuQfYoN9cUhB3a3edR2pC2IndOMNL6BpFG/J1Gm0M/R3uGnMyrnLZG/qOzGyQ63FwVlhLGTY+BK6MZ5atKTl1kHujGdljfEeWaBRuiBogGOjQVdY1wd+lHz2YHmJAuW1IbCdqpzsmOdRZJsEsBRnagqKbxqumTltL9D5QsD7D7oaHpYRBpAvkb0zX8yLwDixgoGAOZZx5yvTrdMvjt3j1rBPPNeouK17gj+mooa+DtJMMW8osIsecvkqQroN4xo5YdFWmhuIPo6HH5RC/RpkI6SOirAtpzjOicj4uwFntYsoPOepmTPP nydel@x200"