sy account unenforced in ansible
This commit is contained in:
parent
50fd96a4c2
commit
1dffaf65a5
|
@ -126,7 +126,6 @@
|
|||
- include: users/southerntofu.yml
|
||||
#- include: users/spanmer.yml
|
||||
#- include: users/stenli990801.yml
|
||||
#- include: users/syncore.yml
|
||||
- include: users/thekingofbandit.yml
|
||||
#- include: users/tomjerr.yml
|
||||
- include: users/transfusion.yml
|
||||
|
@ -172,7 +171,6 @@
|
|||
- include: users/greek.yml
|
||||
- include: users/tawi.yml
|
||||
- include: users/pluto.yml
|
||||
- include: users/sy.yml
|
||||
- include: users/roygbiv.yml
|
||||
- include: users/neotux.yml
|
||||
- include: users/n0a110w.yml
|
||||
|
@ -361,7 +359,6 @@
|
|||
- include: users/alinur.yml
|
||||
- include: users/elric.yml
|
||||
- include: users/teriyake.yml
|
||||
- include: users/noisytoot.yml
|
||||
- include: users/pourjour.yml
|
||||
- include: users/kiwichat.yml
|
||||
- include: users/iamruinous.yml
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
- name: Setting up sy
|
||||
user:
|
||||
name: sy
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/sy
|
||||
- authorized_key:
|
||||
user: sy
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDdJ6qaMp5TaueKn0Bni52IVwSW47QA5VS6m7s6YKSd2mV5iTw3SHQL0JX5uRbLqESdILjmb4cFsDRkXTHzs7jK/CAsMu0Qyg9n4daAVrBEfi+BztYZ/bfN/mQlmW4jB7tM201wAfoPi13AXjbii+FlvfinWqBcRcORw7zJLDp8RkiBot/Fdaq6M0PFY8xOHHAI2U5eksCrWpuAg0WmQ0zdNymgo+IVvxN1yG+u0yriPKeoNvMYAnTh88857gA9E0ZR3Y/iuC7ic5WIWB8imuXVTCHGCKlLl6K5oaVUHNqFtXZlKGwsMcxAvU+eIiu8PPh7VogOLO+CAd0Fum8Pt4TDeS+x9iOq1e/P4MkLIMONXtWPQ6SYuvzKU8DKXfjzR3BrLXcs/FqdFxrA3QhD/OFvYY/l3UE+MuII6jtjf4qEhM5zzCt/dS9X8GBBGlnI195h30bo9OE4XQnrZAg+njkPcIvhx7VMn3E97GQnnA2e9rGY2I6hGyc9k+Mf70WrfYgwTAoDZjm8l9DBJevbb1R9IvP6i3IwrYiYomBA9bxa58FMk84GAVbXuQRj7Zp1DnTWopdhZ+8wjX4pAmjQ5tKYnxh+kKqShTY9RnIOLZf/BjxYaZcwsNfeTiGZLegBY8f/T6g0nPx2hOntDe73/heaZTmAL2ZLfSqzxT4l0dterw=="
|
Loading…
Reference in New Issue