This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/shell/tasks/users/behmen.yml

16 lines
641 B
YAML

---
- name: Setting up behmen
user:
name: behmen
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/behmen
- authorized_key:
user: behmen
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDhT30/p3TXuoCzJEXi+qbos9/s6akYdP7ArcmCuEwqmVmc7+/mY051dccOXUqEwuRwqtIPjv4OAvBVxDVgWpHGn/vt4BS7fqAi7Hll0n/diaJVGetfjiglFX+1qQ1p4uNlnKtDtbZDCa93/gQZrkYexjgXQq72pl0J74ASDnOFzXO+MkfB6+kTnG++BpGiK1B3bboEoxVMqVlvUs9IND4/PQ6SZGH0bjtiQU/mNqCwVohfGEoXNNwPSN6RDfx2pZjxW+wlDvYsjN2gn6kmXa1HcZGA+Y7udDGsG/klK30xK4IXaMYuGHo0dzzsuxMWY0RFNSYrJpKFz0UPAvmhzSr"