tim account unenforced in ansible
This commit is contained in:
parent
feb6dd6251
commit
4f4412e9bb
|
@ -131,7 +131,6 @@
|
||||||
#- include: users/tux.yml
|
#- include: users/tux.yml
|
||||||
- include: users/ubergeek.yml
|
- include: users/ubergeek.yml
|
||||||
#- include: users/ukhuwah.yml
|
#- include: users/ukhuwah.yml
|
||||||
#- include: users/ultima.yml
|
|
||||||
#- include: users/un4ckn0wl3z.yml
|
#- include: users/un4ckn0wl3z.yml
|
||||||
- include: users/user.yml
|
- include: users/user.yml
|
||||||
- include: users/usher.yml
|
- include: users/usher.yml
|
||||||
|
@ -264,7 +263,6 @@
|
||||||
- include: users/gliggy.yml
|
- include: users/gliggy.yml
|
||||||
- include: users/behmen.yml
|
- include: users/behmen.yml
|
||||||
- include: users/aidenlol.yml
|
- include: users/aidenlol.yml
|
||||||
- include: users/tim.yml
|
|
||||||
- include: users/youngchief.yml
|
- include: users/youngchief.yml
|
||||||
- include: users/subhambh.yml
|
- include: users/subhambh.yml
|
||||||
- include: users/imperishable_dusk.yml
|
- include: users/imperishable_dusk.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up tim
|
|
||||||
user:
|
|
||||||
name: tim
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/tim
|
|
||||||
- authorized_key:
|
|
||||||
user: tim
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC36nOiZyPgUEBBJcJQYRySv3YmZpHnCfGrzW4X3d3LhXED/Hqp8mSjZKHHYj8cwBuUj/61RL3ggqEF3Xq4FbbHAjExZg1HsCyrXTbqMpg/jDqjNruDY1ZeiDNDscei2c37mVqf2yiQanrsg+IVXUybs41ihq4YiB0I7zvOgVrYZRELe3Js3dM1bcitKWbM5exanGnnUutGVTCdeq53JUeeKkzh84ahGgHtMEKOy/156n5gLf83GmWfyi0zrPPyhniLvyiSodDUh3vhbpC+hAohwRQOSelZpYNgcD2IBgPLlpPgiakUDjGvxaXESR/Y4Ogfo6v2auf3bPNpPU6fqGHIFsAUMyxLFZ4iKMxkOukNlDHnMcuvy8TPdjjyXfvWcVdI5SX7pW1GAgjn86BaS1jL5zh3sm4TWn00ajTLHEBPi5WiGNJnUxOfo/dIMx/sXa+gIjN9FK+zNVuW3EMOtyMdqdLM1jXUff89NDkdUYXJFihmc5QLUKuwv2ojflb4THM= tim@hp-15"
|
|
Loading…
Reference in New Issue