nikto account unenforced in ansible

This commit is contained in:
Ubergeek 2022-02-16 19:02:12 -05:00
parent b8475d296c
commit 5c9aecc7c4
2 changed files with 0 additions and 16 deletions

View File

@ -209,7 +209,6 @@
- include: users/mirsella.yml - include: users/mirsella.yml
- include: users/Loial.yml - include: users/Loial.yml
- include: users/beneskiwik.yml - include: users/beneskiwik.yml
- include: users/nikto.yml
#- include: users/seerlite.yml #- include: users/seerlite.yml
- include: users/pokemongo.yml - include: users/pokemongo.yml
- include: users/prashantch.yml - include: users/prashantch.yml

View File

@ -1,15 +0,0 @@
---
- name: Setting up nikto
user:
name: nikto
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/nikto
- authorized_key:
user: nikto
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDqlMPguB4Qmx5QTqMP2KXQ9bGGiJyBEWTQ7L6kD765c3cWoJQcjV5ttsNgEh65Y2pC/Cxe72l+Bl7SmPoV7egBIYymEmLvBggKuImG50mD+JFoOSvuxit3c1NjKutREBmdOVb8aXDAW7waLBtFya9WZ2CsOHwN4w6BLmcu5BUecby8ic2e+qw8Msvs8ErtDZsmgRWL7d0yF+lZgMLVIkgnx7FXbrrTJTVA2ly+wwvmkelJ5fpXQ2jmsmQr7nu5L+GdOR5AN0JaE0duS2+xfsGVvRagFDUggL6EL0+NlTa1kW1mH39As4ek+VnSa0pn/IasOYiktOakWbWeDSM6/Mw1z6Py90hnmLa2D0dAzkVIhwM74YiFfTfpQ2KxirZzoz8u+QhDgV8EN+joE0cxfQsNeDJUv0WDsYjtFJtgd1JMtiiAexd0Eto5Vv/w9hqs7cgxOhnGUPQ2TL71jZLENLXWqfOFu31hUVAvoxsBpkVJyV5sxlt8YeA0rTJDi7c/t/U= nikto@nikto-x"