Add 'roles/shell/tasks/users/gokce.yml'

This commit is contained in:
Anton McClure 2018-12-26 08:59:01 -05:00
parent b3aa63a1ce
commit 25896f3677
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- name: Setting up gokce
user:
name: gokce
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/gokce
- authorized_key:
user: gokce
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEApJX0iiELtDrE4XJDpchsJRapze4LbldbforR2AQubFq4zw35Z1BsczwszmxS6dnQfaJ1jluKLNaLXYpA7z4AM/3LLNOLD8m1V3IE1Cg8Yv6zE4qxEDr15CSF0T4+tJmFMFR+lvbnK5ouHfIuq81Hywgsqfzl1A9JMw9TrwF0tRA6D7YoDVTiw1fMswAUB9MoMggITsnPzy+yYUjZl4WeaK71wr4eqWGgNCVQQV4QqJ29RDXJ3KqXuqMa4XDTdi23hHriuiiX09nHCXttQF8PXnGwMH3ssHsiv5rLnRu5OQBthHFxLuxYLSBZTACOll1W+26rJW35qL8CK48HCZV3AQ== rsa-key-20181226"