Compare commits

..

1 Commits

Author SHA1 Message Date
jmjl 5c398ae82c Change ssh key 2022-08-31 08:22:55 +00:00
435 changed files with 5530 additions and 1304 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: syntax
image: debian:11
image: debian:10
commands:
- .drone/deps
- ansible-playbook -i hosts site.yml --syntax

View File

@ -1,7 +1,5 @@
# Thunix Ansible Playbook
[![Build Status](https://drone.tildegit.org/api/badges/thunix/ansible/status.svg)](https://drone.tildegit.org/thunix/ansible)
Clone repo, then execute playbook as follows:
```/usr/local/bin/ansible-playbook -i /var/thunix/hosts /var/thunix/site.yml```

View File

@ -1,5 +1,5 @@
#!/bin/bash
export ANSIBLE_LOCAL_TEMP=/tmp/.ansible
export ANSIBLE_LOCAL_TEMP = /tmp/.ansible
cd /var/thunix/ansible
git pull
ansible-playbook -i ./hosts site.yml -u root

View File

@ -1,23 +0,0 @@
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug ens33
iface ens33 inet static
address 142.44.150.185/32
gateway 66.70.181.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8 8.8.4.4
dns-search net
up ip route add default via 66.70.181.254
# The IPV6 network interface
iface ens33 inet6 static
address 2607:5300:0204:4340:0000:0000:0000:0185/64
gateway 2607:5300:0204:43ff:00ff:00ff:00ff:00ff

View File

@ -1,56 +0,0 @@
# PAM configuration for the Secure Shell service
# Standard Un*x authentication.
@include common-auth
# Disallow non-root logins when /etc/nologin exists.
account required pam_nologin.so
# Uncomment and edit /etc/security/access.conf if you need to set complex
# access limits that are hard to express in sshd_config.
# account required pam_access.so
# Standard Un*x authorization.
@include common-account
# SELinux needs to be the first session rule. This ensures that any
# lingering context has been cleared. Without this it is possible that a
# module could execute code in the wrong domain.
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
# Set the loginuid process attribute.
session required pam_loginuid.so
# Create a new session keyring.
session optional pam_keyinit.so force revoke
# Standard Un*x session setup and teardown.
@include common-session
# Print the message of the day upon successful login.
# This includes a dynamically generated part from /run/motd.dynamic
# and a static (admin-editable) part from /etc/motd.
session optional pam_motd.so motd=/run/motd.dynamic
session optional pam_motd.so noupdate
# Print the status of the user's mailbox upon successful login.
session optional pam_mail.so standard noenv # [1]
# Set up user limits from /etc/security/limits.conf.
session required pam_limits.so
# Read environment variables from /etc/environment and
# /etc/security/pam_env.conf.
session required pam_env.so # [1]
# In Debian 4.0 (etch), locale-related environment variables were moved to
# /etc/default/locale, so read that as well.
session required pam_env.so user_readenv=1 envfile=/etc/default/locale
# SELinux needs to intervene at login time to ensure that the process starts
# in the proper default security context. Only sessions which are intended
# to run in the user's context should be run after this.
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
# Standard Un*x password updating.
@include common-password
auth required pam_google_authenticator.so nullok

View File

@ -8,9 +8,8 @@
https://www.thunix.net EST DEC 2018
-----------------------------------------------------------
brought to you by:
ubergeek fosslinux naglfar
continued by:
deepend
naglfar
ubergeek fosslinux
-----------------------------------------------------------
For system document type 'man thunix'.
-----------------------------------------------------------
@ -33,4 +32,5 @@ an issue here: https://tildegit.org/thunix/ansible/issues
-----------------------------------------------------------
Enjoy your stay!
*** END OF LINE.
*** END OF LINE.

View File

@ -1,4 +1,4 @@
nameserver 127.0.0.1
#nameserver 149.56.184.112
#nameserver 95.179.226.37
nameserver 8.8.8.8
nameserver 149.56.184.112
nameserver 95.179.226.37
#nameserver 8.8.8.8

View File

@ -1,4 +1,4 @@
# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $
# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@ -24,7 +24,7 @@ Port 2222
#RekeyLimit default none
# Logging
SyslogFacility AUTHPRIV
#SyslogFacility AUTH
#LogLevel INFO
# Authentication:
@ -38,7 +38,7 @@ PermitRootLogin without-password
PubkeyAuthentication yes
# Expect .ssh/authorized_keys2 to be disregarded by default in future.
AuthorizedKeysFile .ssh/authorized_keys
#AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
#AuthorizedPrincipalsFile none
@ -55,11 +55,10 @@ AuthorizedKeysFile .ssh/authorized_keys
# To disable tunneled clear text passwords, change to no here!
#PermitEmptyPasswords no
PasswordAuthentication no
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication yes
ChallengeResponseAuthentication no
# Kerberos options
#KerberosAuthentication no
@ -68,8 +67,8 @@ ChallengeResponseAuthentication yes
#KerberosGetAFSToken no
# GSSAPI options
GSSAPIAuthentication yes
GSSAPICleanupCredentials no
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes
#GSSAPIStrictAcceptorCheck yes
#GSSAPIKeyExchange no
@ -84,12 +83,10 @@ GSSAPICleanupCredentials no
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes
# AuthenticationMethods publickey,password publickey,keyboard-interactive
#AllowAgentForwarding yes
AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding no
X11Forwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
#PermitTTY yes
@ -98,7 +95,7 @@ PrintMotd no
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation sandbox
PermitUserEnvironment yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
@ -116,13 +113,14 @@ PermitUserEnvironment yes
AcceptEnv LANG LC_*
# override default of no subsystems
Subsystem sftp /usr/lib/openssh/sftp-server
Subsystem sftp /usr/lib/openssh/sftp-server
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# PermitTTY no
# ForceCommand cvs server
# X11Forwarding no
# AllowTcpForwarding no
# PermitTTY no
# ForceCommand cvs server
ClientAliveInterval 120
ClientAliveInterval 120
PasswordAuthentication no

View File

@ -1,3 +0,0 @@
#!/bin/bash
google-authenticator -t -d -f -r 3 -R 30 -W

View File

@ -1,12 +0,0 @@
# This will add script to run google-authenticator for users to set up 2FA
---
- name: Set 2FA
copy:
src: ../files/usr/local/bin/setup-2factor
dest: /usr/local/bin/setup-2factor
owner: root
group: root
mode: 0755
# last line of ../files/etc/pam.d/sshd will need to be copied to /etc/pam.d/sshd.
# Decided it to risky to automatically have ansible add that.

View File

@ -10,4 +10,3 @@
- include: manpage.yml
- include: monitoring.yml
- include: scripts.yml
- include: 2fa.yml

View File

@ -29,7 +29,6 @@
- debhelper
- dpkg-sig
- git
- libpam-google-authenticator
- ieee-data
- libboost-dev
- letsencrypt
@ -37,18 +36,17 @@
- members
- pflogsumm
- python
- python3-certbot-apache
- python3-certbot-dns-cloudflare
- python3-httplib2
- python3-jinja2
- python3-kerberos
- python3-markupsafe
- python-certbot-apache
- python-httplib2
- python-jinja2
- python-kerberos
- python-markupsafe
# - python-netaddr
- python3-paramiko
# - python-pip
- python3-pymysql
- python3-selinux
- python3-xmltodict
- python-xmltodict
- python3-yaml
- python3-flask
- python3-flask-restful
@ -56,7 +54,7 @@
- python3-pip
- python3-psutil
- python3-pymysql
- sqlite3
- sqlite
- sudo
- systemd
- ufw
@ -64,4 +62,4 @@
# Install ansible python package, because it's the latest
- name: Install ansible
pip:
name: ansible
name: ansible

View File

@ -1,2 +0,0 @@
#!/bin/sh
exec python3.9 /usr/share/bbj/clients/urwid/main.py --host bbj.tildeverse.org

View File

@ -1,7 +1,3 @@
#!/bin/bash
if [[ -f ~/.weechat/irc.conf ]]; then
exec weechat
else
exec weechat-curses -r "/server add tilde irc.tilde.chat/6697 -ssl -autoconnect; /set irc.server.tilde.autojoin \"#meta,#thunix,#tildetel\"; /connect tilde"
fi
weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@eu.tilde.chat:6697/#thunix,#meta -ssl"

View File

@ -9,8 +9,8 @@ ssl = yes
# dropping root privileges, so keep the key file unreadable by anyone but
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
ssl_cert = </etc/letsencrypt/live/thunix.net/fullchain.pem
ssl_key = </etc/letsencrypt/live/thunix.net/privkey.pem
#ssl_cert = </etc/dovecot/dovecot.pem
#ssl_key = </etc/dovecot/private/dovecot.pem
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter. Since this file is often

View File

@ -1,9 +1,9 @@
#!/bin/bash
#https://wiki.znc.in/Signed_SSL_certificate
DOMAIN="thunix.net"
DOMAIN="deb.thunix.net"
ZNCPEM=/var/lib/znc/znc.pem
echo "Updating znc.pem Before ZNC 1.7"
cat /etc/letsencrypt/live/thunix.net/privkey.pem > $ZNCPEM
cat /etc/letsencrypt/live/thunix.net/fullchain.pem >> $ZNCPEM
cat /etc/letsencrypt/live/$DOMAIN/privkey.pem > $ZNCPEM
cat /etc/letsencrypt/live/$DOMAIN/fullchain.pem >> $ZNCPEM

View File

@ -1,61 +0,0 @@
# This is a basic configuration for signing and verifying. It can easily be
# adapted to suit a basic installation. See opendkim.conf(5) and
# /usr/share/doc/opendkim/examples/opendkim.conf.sample for complete
# documentation of available configuration parameters.
Syslog yes
SyslogSuccess yes
#LogWhy no
# Common signing and verification parameters. In Debian, the "From" header is
# oversigned, because it is often the identity key used by reputation systems
# and thus somewhat security sensitive.
Canonicalization relaxed/simple
Mode sv
SubDomains no
OversignHeaders From
# Signing domain, selector, and key (required). For example, perform signing
# for domain "example.com" with selector "2020" (2020._domainkey.example.com),
# using the private key stored in /etc/dkimkeys/example.private. More granular
# setup options can be found in /usr/share/doc/opendkim/README.opendkim.
#Domain example.com
#Selector 2020
#KeyFile /etc/dkimkeys/example.private
# In Debian, opendkim runs as user "opendkim". A umask of 007 is required when
# using a local socket with MTAs that access the socket as a non-privileged
# user (for example, Postfix). You may need to add user "postfix" to group
# "opendkim" in that case.
UserID opendkim
UMask 007
# Socket for the MTA connection (required). If the MTA is inside a chroot jail,
# it must be ensured that the socket is accessible. In Debian, Postfix runs in
# a chroot in /var/spool/postfix, therefore a Unix socket would have to be
# configured as shown on the last line below.
Socket local:/var/spool/postfix/opendkim/opendkim.sock
#Socket inet:8891@localhost
#Socket inet:8891
#Socket local:/var/spool/postfix/opendkim/opendkim.sock
PidFile /run/opendkim/opendkim.pid
# Hosts for which to sign rather than verify, default is 127.0.0.1. See the
# OPERATION section of opendkim(8) for more information.
#InternalHosts 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
# The trust anchor enables DNSSEC. In Debian, the trust anchor file is provided
# by the package dns-root-data.
TrustAnchorFile /usr/share/dns/root.key
Nameservers 8.8.8.8,1.1.1.1
# Map domains in From addresses to keys used to sign messages
KeyTable refile:/etc/opendkim/key.table
SigningTable refile:/etc/opendkim/signing.table
# Hosts to ignore when verifying signatures
ExternalIgnoreList /etc/opendkim/trusted.hosts
# A set of internal hosts whose mail should be signed
InternalHosts /etc/opendkim/trusted.hosts

View File

@ -11,8 +11,8 @@ readme_directory = no
compatibility_level = 2
# TLS parameters
smtpd_tls_cert_file=/etc/letsencrypt/live/thunix.net/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/thunix.net/privkey.pem
smtpd_tls_cert_file=/etc/letsencrypt/live/deb.thunix.net/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/deb.thunix.net/privkey.pem
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
@ -83,10 +83,11 @@ smtpd_recipient_restrictions =
policyd-spf_time_limit = 3600
milter_protocol = 2
milter_default_action = accept
milter_protocol = 6
smtpd_milters = local:opendkim/opendkim.sock
non_smtpd_milters = $smtpd_milters
#smtpd_milters = inet:localhost:12301
#non_smtpd_milters = inet:localhost:12301
# message delivery requests that any client is allowed (50/hr)
smtpd_client_auth_rate_limit = 50

View File

@ -1 +0,0 @@
default._domainkey.thunix.net thunix.net:default:/etc/opendkim/keys/thunix.net/default.private

View File

@ -1,30 +0,0 @@
# NOTE: This is a legacy configuration file. It is not used by the opendkim
# systemd service. Please use the corresponding configuration parameters in
# /etc/opendkim.conf instead.
#
# Previously, one would edit the default settings here, and then execute
# /lib/opendkim/opendkim.service.generate to generate systemd override files at
# /etc/systemd/system/opendkim.service.d/override.conf and
# /etc/tmpfiles.d/opendkim.conf. While this is still possible, it is now
# recommended to adjust the settings directly in /etc/opendkim.conf.
#
#DAEMON_OPTS=""
# Change to /var/spool/postfix/run/opendkim to use a Unix socket with
# postfix in a chroot:
#RUNDIR=/var/spool/postfix/run/opendkim
RUNDIR=/run/opendkim
#
# Uncomment to specify an alternate socket
# Note that setting this will override any Socket value in opendkim.conf
# default:
SOCKET="local:/var/spool/postfix/opendkim/opendkim.sock"
# listen on all interfaces on port 54321:
#SOCKET=inet:54321
# listen on loopback on port 12345:
#SOCKET=inet:12345@localhost
# listen on 192.0.2.1 on port 12345:
#SOCKET=inet:12345@192.0.2.1
USER=opendkim
GROUP=opendkim
PIDFILE=$RUNDIR/$NAME.pid
EXTRAAFTER=

View File

@ -1,2 +0,0 @@
*@thunix.net default._domainkey.thunix.net
*@*.thunix.net default._domainkey.thunix.net

View File

@ -1,4 +0,0 @@
127.0.0.1
localhost
.thunix.net

View File

@ -1,61 +0,0 @@
#!/bin/bash
# Get the current user running the script
current_user=$(whoami)
echo "Resources used by user: $current_user"
echo "------------------------------------"
# Show CPU and Memory usage for the user
echo "CPU and Memory Usage:"
top -b -n 1 -U $current_user | grep $current_user
# Show memory usage
echo "Memory Usage:"
free -h
# Show user's processes
echo "User Processes:"
ps -u $current_user -o pid,user,%cpu,%mem,vsz,rss,tty,stat,start,time,command
# Show disk usage for the user's home directory
echo "Disk Usage in Home Directory:"
du -sh /home/$current_user
echo "------------------------------------"
# Calculate and show summary of resources
summary_cpu=$(ps -u $current_user -o %cpu | awk '{total+=$1}END{print int(total)}')
summary_memory_kb=$(ps -u $current_user -o rss= | awk '{total+=$1}END{print total}')
summary_disk_kb=$(du -s /home/$current_user | awk '{print $1}')
# Convert memory usage to MBs
memory_in_mb=$(echo "scale=2; $summary_memory_kb / 1024" | bc)
# Convert disk usage to MBs
disk_in_mb=$((summary_disk_kb / 1024))
echo "Summary of Used Resources:"
echo "Total CPU Usage: ${summary_cpu}%"
echo "Total Memory Usage: ${memory_in_mb} MB"
echo "Total Disk Usage: ${disk_in_mb} MB"
# Set thresholds for Disk and Memory usage (1 GB and 1.5 GB in this example)
disk_threshold_mb=1000
memory_threshold_mb=1500
cpu_threshold=1
# Check if Disk usage exceeds the threshold
if ((disk_in_mb > disk_threshold_mb)); then
echo -e "\e[31mWARNING: Disk usage exceeds ${disk_threshold_mb} MB! There is no hard limit. Be considerate of other users.\e[0m"
fi
# Check if Memory usage exceeds the threshold
if ((summary_memory_kb > memory_threshold_mb * 1024)); then
echo -e "\e[31mWARNING: Memory usage exceeds ${memory_threshold_mb} MB! There is no hard limit. Be considerate of other users.\e[0m"
fi
# Check if CPU usage exceeds the threshold
if ((summary_cpu > cpu_threshold)); then
echo -e "\e[31mWARNING: CPU usage exceeds ${cpu_threshold}%! There is no hard limit. Be considerate of other users.\e[0m"
fi

View File

@ -1,41 +0,0 @@
#!/usr/bin/python3.9
# Script created/contributed by ~jmjl
import socket, ssl, json, time, sys
# Takes the first argument as a username and the second as the password.
def loadconf(cfgfile):
with open(cfgfile, 'r') as f:
cfg = json.load(f)
return cfg
def send(msg):
s.send(f"{msg}\n".encode('utf-8'))
cfg = loadconf("/root/.znc-conf/znc-config.json")
readbuffer=""
s = socket.socket()
if cfg['tls'] == 'yes':
ctx = ssl.create_default_context(purpose=ssl.Purpose.CLIENT_AUTH)
s = ctx.wrap_socket(s)
s.connect((cfg['srv'], int(cfg['port'])))
send("NICK bot")
send("USER bot 0 * :A bot to make users")
while True:
readbuffer = readbuffer + s.recv(2048).decode('utf-8')
temp = str.split(readbuffer, "\n")
readbuffer = temp.pop()
for line in temp:
line = str.rstrip(line)
line = str.split(line)
#print(' '.join(line))
if line[1] == '464':
send(f"PASS {cfg['user']}:{cfg['password']}")
if line[0][1:] == 'irc.znc.in' and line[1] == '001':
user = sys.argv[1]
pswd = sys.argv[2]
send(f"PRIVMSG *controlpanel :AddUser {user} {pswd}")
print(f"Maken znc user {user}")
sys.exit(0)

View File

@ -1,7 +0,0 @@
# install bbj
---
- name: install bbj
make:
chdir: /usr/share/bbj
target: install
become: yes

View File

@ -1,6 +1,5 @@
---
- include: pb.yml
# - include: vnc.yml
- include: vnc.yml
- include: postfix.yml
- include: tildelauncher.yml

View File

@ -1,7 +0,0 @@
# install tilde-launcher
---
- name: install tilde-launcher
make:
chdir: /usr/src/tilde-launcher
target: install
become: yes

View File

@ -11,7 +11,7 @@
name: ssl
state: present
- name: Enable php7.4 apache module
- name: Enable php7.0 apache module
apache2_module:
name: php7.4
name: php7.0
state: present

View File

@ -1,15 +0,0 @@
# install bbj
---
- name: Install bbj client script
copy:
src: ../files/bbj
dest: /usr/local/bin/bbj
owner: root
group: root
mode: 0755
- name: Clone bbj
git:
repo: https://tildegit.org/bbj/bbj
dest: /usr/share/bbj
force: yes

View File

@ -13,6 +13,6 @@
copy:
src: ../files/bzflag.service
dest: /etc/systemd/system/bzflag.service
owner: root
user: root
group: root
mode: 0644

View File

@ -15,6 +15,4 @@
- include: gopher.yml
- include: pb.yml
- include: botany.yml
- include: opendkim.yml
- include: bbj.yml
- include: tildelauncher.yml
- include: vnc.yml

View File

@ -1,65 +0,0 @@
# Configure opendkim
---
- name: Create opendkim directory
file:
path: /etc/opendkim
state: directory
owner: opendkim
group: root
mode: 0770
- name: Create opendkim keys directory
file:
path: /etc/opendkim/keys
state: directory
owner: opendkim
group: root
mode: 0770
- name: Create opendkim thunix.net keys directory
file:
path: /etc/opendkim/keys/thunix.net
state: directory
owner: opendkim
group: root
mode: 0700
- name: copy signing.table
copy:
src: ../files/opendkim
dest: /etc/default/opendkim
owner: root
group: root
mode: 0644
- name: copy signing.table
copy:
src: ../files/signing.table
dest: /etc/opendkim/signing.table
owner: opendkim
group: root
mode: 0644
- name: copy opendkim.conf
copy:
src: ../files/etc/opendkim.conf
dest: /etc/opendkim.conf
owner: opendkim
group: root
mode: 0644
- name: copy key.table
copy:
src: ../files/key.table
dest: /etc/opendkim/key.table
owner: opendkim
group: root
mode: 0644
- name: copy trusted.hosts
copy:
src: ../files/trusted.hosts
dest: /etc/opendkim/trusted.hosts
owner: opendkim
group: root
mode: 0644

View File

@ -2,7 +2,7 @@
---
- name: Add apt key for weechat
apt_key:
keyserver: hkps://keys.openpgp.org
keyserver: p80.pool.sks-keyservers.net
id: 11E9DE8848F2B65222AA75B8D1820DB22A11534E
state: present
@ -11,14 +11,10 @@
url: https://keybase.io/ihabunek/pgp_keys.asc
state: present
#- name: Add apt key for zandronum
# apt_key:
# url: http://debian.drdteam.org/drdteam.gpg
# state: present
- name: Add apt key for Amazon Corretto
- name: Add apt key for zandronum
apt_key:
url: https://apt.corretto.aws/corretto.key
state: present
url: http://debian.drdteam.org/drdteam.gpg
state: present
- name: Add apt key for mono-project
apt_key:
@ -33,12 +29,6 @@
filename: weechat
update_cache: yes
- name: Add Corretto repo
apt_repository:
repo: 'deb https://apt.corretto.aws stable main'
state: present
update_cache: yes
- name: Add toot repo
apt_repository:
repo: 'deb http://bezdomni.net/packages/ ./'
@ -71,7 +61,7 @@
vars:
packages:
- alpine
# - adwaita-icon-theme
- adwaita-icon-theme
- analog
- autoconf2.13
- bat
@ -87,15 +77,15 @@
- clisp
- cloc
- cmake
# - cmake-curses-gui
- cmake-curses-gui
- cmark
- cmatrix
# - context
- context
- cowsay
- devscripts
- dialog
- dopewars
# - dos2unix
- dos2unix
# - dosemu
- dovecot-pop3d
- dovecot-core
@ -105,15 +95,15 @@
- exa
- elinks
- emacs
# - ffmpeg
- ffmpeg
- finch
- finger
- fingerd
- fish
# - fd
- fd-find
# - flatpak
# - flatpak-builder
- flatpak
- flatpak-builder
- flex
- fortune
- frotz
@ -121,20 +111,16 @@
- gitweb
- golang
- gopher
# - gnome-icon-theme
- gnome-icon-theme
# - gnome-icon-theme-extras
- htop
- hugo
# - ident2
# - inkscape
- inkscape
- imagemagick
- ircii
- irssi
- isync
- java-17-amazon-corretto-jdk
- libxi6
- libxtst6
- libxrender1
- jekyll
- ksh
- jq
@ -153,10 +139,9 @@
- libmime-tools-perl
- libncurses-dev
- libopencolorio1v5
- opencolorio-tools
- libopencolorio-dev
# - libsdl1.2-dev
# - libsdl2-dev
- libsdl1.2-dev
- libsdl2-dev
- libssl-dev
- libtool
- libtool-bin
@ -169,7 +154,7 @@
- mc
- mc-data
- micro
# - midori
- midori
- minetest-data
# - minetest-mod-advspawning
# - minetest-mod-animalmaterials
@ -182,7 +167,7 @@
- minetest-mod-moreores
- minetest-mod-nether
- minetest-mod-pipeworks
# - minetest-mod-torches
- minetest-mod-torches
- minetest-server
- mkdocs
- mkdocs-doc
@ -202,7 +187,7 @@
- neofetch
- neomutt
- neovim
#- newsbeuter
- newsbeuter
- newsboat
- oidentd
- openbsd-inetd
@ -232,13 +217,14 @@
# - php7.3-xsl
# - php7.3-curl
# - php7.3-xml
# - pngtools
- pngtools
- postfix-policyd-spf-python
- poezio
- proot
- profanity
- python
- python3-certbot-apache
- python-certbot-apache
- python3-flask
# - python-pip
# - python-potr
- python3
@ -249,9 +235,9 @@
- python3-twisted
- python3-potr
- python3-venv
# - qemu
# - qemu-efi
# - qemu-system
- qemu
- qemu-efi
- qemu-system
- racket
- ranger
- ripgrep
@ -264,8 +250,7 @@
- scala-library
- screen
- sipcalc
- software-properties-common
# - staticsite
- staticsite
- stow
- talk
- talkd
@ -297,12 +282,12 @@
- weechat-tcl
- whois
- wordgrinder-ncurses
# - x11vnc
# - xdm
# - xfce4
# - xfce4-goodies
# - task-xfce-desktop
# - zandronum-server
- x11vnc
- xdm
- xfce4
- xfce4-goodies
- task-xfce-desktop
- zandronum-server
- znc
- znc-dev
- znc-perl
@ -359,14 +344,6 @@
group: root
mode: 0755
- name: Install resources-used command
copy:
src: ../files/usr/local/bin/resources-used
dest: /usr/local/bin/resources-used
owner: root
group: root
mode: 0755
- name: Install Backup Job
copy:
src: ../files/usr/local/bin/backup

View File

@ -1,13 +1,5 @@
# Configure postfix
---
- name: Create opendkim socket directory
file:
path: /var/spool/postfix/opendkim
state: directory
owner: opendkim
group: postfix
mode: 0770
- name: Install postix main.cf
copy:
src: ../files/etc/postfix/main.cf

View File

@ -1,42 +0,0 @@
# install tilde-launcher
---
- name: Clone tilde-launcher
git:
repo: https://tildegit.org/thunix/tilde-launcher.git
dest: /usr/src/tilde-launcher
force: yes
notify:
- install tilde-launcher
- name: Create tilde directory
file:
path: /tilde
state: directory
owner: root
group: root
mode: 0755
- name: Create /tilde/pending-submissions directory
file:
path: /tilde/pending-submissions
state: directory
owner: root
group: root
mode: 0777
- name: Create /tilde/descriptions directory
file:
path: /tilde/descriptions
state: directory
owner: root
group: root
mode: 0755
- name: Create /tilde/bin directory
file:
path: /tilde/bin
state: directory
owner: root
group: root
mode: 0755

View File

@ -12,7 +12,7 @@
- '113'
- '143'
- '443'
- '1356'
- '1326'
- '5154'
- '6697'
- '7776'
@ -25,7 +25,7 @@
port: '{{ item }}'
with_items:
- '60000:61000'
- '1356'
- '1326'
- '5154'
- name: Create tcp limits

View File

@ -10,56 +10,333 @@
# Service accounts
- include: users/bzflag.yml
- include: users/cherry.yml
- include: users/minecraft.yml
- include: users/znc.yml
# Normal Users
- include: users/deepend.yml
- include: users/naglfar.yml
- include: users/computertech.yml
- include: users/haivets.yml
- include: users/redhat.yml
- include: users/voynich.yml
- include: users/xhafa.yml
- include: users/samsara.yml
- include: users/mcornick.yml
- include: users/fria.yml
- include: users/mspe.yml
- include: users/nbsp.yml
- include: users/user.yml
- include: users/slip.yml
- include: users/login.yml
- include: users/riftwalkr.yml
- include: users/gooly.yml
- include: users/slackjeff.yml
- include: users/haras.yml
- include: users/d34d.yml
- include: users/olivier.yml
- include: users/jimmy.yml
- include: users/vt.yml
- include: users/mahkno.yml
- include: users/radhesh1.yml
- include: users/laniku.yml
- include: users/sebz.yml
- include: users/lowusage.yml
- include: users/aavtt.yml
#- include: users/abah.yml
#- include: users/abimks.yml
- include: users/adam.yml
#- include: users/akoeabi.yml
- include: users/amcclure.yml
#- include: users/andro.yml
- include: users/angelok.yml
#- include: users/aniruddh.yml
- include: users/anton.yml
#- include: users/arch3r.yml
- include: users/arda.yml
#- include: users/audiofile.yml
- include: users/bacterio.yml
- include: users/ben.yml
- include: users/bercik.yml
- include: users/amoghavarsha.yml
- include: users/txtcat.yml
- include: users/memo.yml
- include: users/xev.yml
- include: users/11kb.yml
- include: users/brokenix.yml
#- include: users/bullah.yml
#- include: users/camellia.yml
- include: users/chispitos.yml
- include: users/clu.yml
- include: users/cyber.yml
- include: users/cyphyx.yml
- include: users/d34d.yml
#- include: users/danielscode.yml
- include: users/dariusz.yml
#- include: users/delta.yml
#- include: users/derby.yml
- include: users/dex.yml
- include: users/diabla.yml
#- include: users/dot.yml
- include: users/dovahkin.yml
#- include: users/dragon.yml
#- include: users/fncdo.yml
#- include: users/fncso.yml
- include: users/fosslinux.yml
#- include: users/freuddy.yml
- include: users/georges.yml
#- include: users/golden.yml
#- include: users/gonthey.yml
- include: users/gooly.yml
- include: users/growl.yml
- include: users/haivets.yml
- include: users/hamlet.yml
#- include: users/hasbullah.yml
- include: users/hawaii.yml
#- include: users/hexhaxtron.yml
#- include: users/hijaben.yml
- include: users/hitomi.yml
#- include: users/init0.yml
#- include: users/isaac.yml
- include: users/jac98.yml
#- include: users/janda.yml
#- include: users/jin264.yml
#- include: users/johnc.yml
#- include: users/jumbajookiba.yml
#- include: users/jundi.yml
#- include: users/k4j.yml
- include: users/khuxkm.yml
#- include: users/kpeh.yml
- include: users/kronos.yml
#- include: users/krystianbajno.yml
#- include: users/larasaty.yml
#- include: users/leonid.yml
#- include: users/letamesis.yml
- include: users/linel.yml
- include: users/lugubris.yml
#- include: users/lytedev.yml
#- include: users/makassar.yml
#- include: users/makmur.yml
#- include: users/mandelbroth.yml
- include: users/marc.yml
#- include: users/mks.yml
- include: users/ml.yml
#- include: users/mom.yml
- include: users/mononote.yml
#- include: users/mspe.yml
- include: users/naglfar.yml
#- include: users/naruto.yml
- include: users/neil.yml
- include: users/neo.yml
- include: users/noce.yml
- include: users/olya.yml
#- include: users/os.yml
#- include: users/panzer.yml
#- include: users/parik.yml
- include: users/pavel.yml
#- include: users/philip.yml
#- include: users/pidgeotto.yml
#- include: users/pria.yml
- include: users/quantum.yml
- include: users/r.yml
#- include: users/rado.yml
#- include: users/ragnarok.yml
- include: users/rain.yml
#- include: users/responsibleracoon.yml
- include: users/ringo.yml
#- include: users/riska.yml
#- include: users/sancho.yml
#- include: users/sata.yml
- include: users/saturnv.yml
- include: users/sebre.yml
- include: users/serafeim.yml
#- include: users/skirk.yml
- include: users/slip.yml
#- include: users/smtpsupplicant.yml
- include: users/southerntofu.yml
#- include: users/spanmer.yml
#- include: users/stenli990801.yml
- include: users/thekingofbandit.yml
#- include: users/tomjerr.yml
- include: users/transfusion.yml
- include: users/trip.yml
- include: users/turboblack.yml
#- include: users/tux.yml
- include: users/ubergeek.yml
#- include: users/ukhuwah.yml
#- include: users/un4ckn0wl3z.yml
- include: users/user.yml
- include: users/usher.yml
- include: users/vernon.yml
#- include: users/vgk.yml
- include: users/victoralt.yml
#- include: users/virus.yml
#- include: users/warcall22.yml
- include: users/wesx.yml
- include: users/wie.yml
#- include: users/xallmm.yml
#- include: users/xenialito69.yml
- include: users/yximdoa.yml
#- include: users/z00t.yml
- include: users/zszoke.yml
- include: users/alotl.yml
- include: users/yaya1.yml
- include: users/spike.yml
- include: users/grifit.yml
- include: users/denzuko.yml
- include: users/calamitous.yml
- include: users/sleepless9.yml
- include: users/gagrilli.yml
- include: users/peshto.yml
- include: users/cyberx9901.yml
- include: users/seif.yml
- include: users/tyy.yml
- include: users/gigmx.yml
- include: users/hlv.yml
- include: users/baruchel.yml
- include: users/tryffel.yml
- include: users/fro.yml
- include: users/fauly.yml
- include: users/k0tletka.yml
- include: users/realvindic.yml
- include: users/sem.yml
- include: users/greek.yml
- include: users/tawi.yml
- include: users/pluto.yml
- include: users/roygbiv.yml
- include: users/neotux.yml
- include: users/stern.yml
- include: users/h3rz.yml
- include: users/Iyxbaideus.yml
- include: users/knight.yml
- include: users/wilfredex.yml
- include: users/loki.yml
- include: users/freuddy.yml
- include: users/iloveirc.yml
- include: users/nirvana.yml
- include: users/rohs.yml
- include: users/lukewarmcat.yml
- include: users/xfnw.yml
- include: users/faabb.yml
- include: users/maqsoodyaqub.yml
- include: users/TouchTheStarsInAwe.yml
- include: users/duitser.yml
- include: users/lonely-wolf.yml
- include: users/cloverfield.yml
- include: users/baloo.yml
- include: users/sillyfanboy.yml
- include: users/Cha0t1c.yml
- include: users/farooqkz.yml
- include: users/hellspawn.yml
- include: users/kuldar.yml
- include: users/randocontent.yml
- include: users/Cropt0.yml
- include: users/Cryptolover248.yml
- include: users/genie_g.yml
- include: users/core.yml
- include: users/mirsella.yml
- include: users/Loial.yml
- include: users/beneskiwik.yml
#- include: users/seerlite.yml
- include: users/pokemongo.yml
- include: users/Xiboon.yml
- include: users/Index.yml
- include: users/rolkoz.yml
- include: users/kjotere.yml
- include: users/computertech.yml
- include: users/hyperreal.yml
- include: users/raven.yml
- include: users/rany.yml
- include: users/snork.yml
- include: users/xigoi.yml
- include: users/vgk.yml
- include: users/angelmage.yml
- include: users/deltav.yml
- include: users/famubu.yml
- include: users/riolo.yml
- include: users/catman.yml
- include: users/alma.yml
- include: users/uberius.yml
- include: users/low-key.yml
- include: users/fengf.yml
- include: users/lesstech.yml
- include: users/crispr.yml
- include: users/ialokin.yml
- include: users/whyorean.yml
- include: users/q45.yml
- include: users/earne.yml
- include: users/Raoul69.yml
- include: users/julianmarcos.yml
- include: users/novaburst.yml
- include: users/1eye.yml
- include: users/kubikpixel.yml
- include: users/fltk.yml
- include: users/login.yml
- include: users/ricci.yml
- include: users/zackward.yml
- include: users/jack.yml
- include: users/mcornick.yml
- include: users/nyku.yml
- include: users/perry.yml
- include: users/cptpcrd.yml
- include: users/derberger.yml
- include: users/exprobitasfiducia.yml
- include: users/gzj.yml
- include: users/travankor.yml
- include: users/zerw.yml
- include: users/danisanti.yml
- include: users/zer0.yml
- include: users/cloudsss.yml
- include: users/jimmy.yml
- include: users/BiteDasher.yml
- include: users/skydrome.yml
- include: users/hr7tesh.yml
- include: users/cempe.yml
- include: users/mptyhead.yml
- include: users/walkersneps.yml
- include: users/guela.yml
- include: users/ocz.yml
- include: users/sanercreighton.yml
- include: users/lokiwho.yml
- include: users/gliggy.yml
- include: users/behmen.yml
- include: users/aidenlol.yml
- include: users/subhambh.yml
- include: users/imperishable_dusk.yml
- include: users/fenris.yml
- include: users/hana.yml
- include: users/bacteria.yml
- include: users/lbcnz.yml
- include: users/kax.yml
- include: users/nix.yml
- include: users/kasmo.yml
- include: users/lguilher.yml
- include: users/buggy.yml
- include: users/sharpe.yml
- include: users/mrcreator1002.yml
- include: users/triplexcrewz.yml
- include: users/pingushi.yml
- include: users/kmstout.yml
- include: users/larryswinger.yml
- include: users/chorigato.yml
- include: users/bms.yml
- include: users/majidhameed.yml
- include: users/h.yml
- include: users/amelia.yml
- include: users/angeliamodem.yml
- include: users/rune.yml
- include: users/alt.yml
- include: users/georgi.yml
- include: users/subhambhatta.yml
- include: users/forero.yml
- include: users/aiden.yml
- include: users/vxrx.yml
- include: users/nacionalna.sigurnost.yml
- include: users/dev.yml
- include: users/picard.yml
- include: users/sanelkukic.yml
- include: users/alinur.yml
- include: users/elric.yml
- include: users/teriyake.yml
- include: users/pourjour.yml
- include: users/kiwichat.yml
- include: users/iamruinous.yml
- include: users/gratefuldev.yml
- include: users/munger.yml
- include: users/ttran6.yml
- include: users/jailop.yml
- include: users/seipy.yml
- include: users/shadow.yml
- include: users/cobra.yml
- include: users/owabs.yml
- include: users/mnusw.yml
- include: users/oliver.yml
- include: users/miningpro362.yml
- include: users/wrk.yml
- include: users/flook.yml
- include: users/clc9.yml
- include: users/arctic5824.yml
- include: users/caelp.yml
- include: users/t0rchedf3rn.yml
- include: users/mzamenski.yml
- include: users/x025.yml
- include: users/kazuya.yml
- include: users/pentacles.yml
- include: users/illiliti.yml
- include: users/bsimjoo.yml
- include: users/daksh.yml
- include: users/aryak.yml
- include: users/tel.yml
- include: users/bosch40.yml
- include: users/idlestate.yml
- include: users/grizzly.yml
- include: users/gtlsgamr.yml
- include: users/ihsan.yml
- include: users/thepineappleguy.yml
- include: users/narendranath344.yml
- include: users/enochthechronocom.yml
- include: users/urandom0.yml
- include: users/croffle.yml
- include: users/serioux.yml
- include: users/mahkno.yml
- include: users/hunam.yml
- include: users/amixade.yml
- include: users/incognito.yml
- include: users/liltechdude.yml
- include: users/johk.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up 1eye
user:
name: 1eye
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/1eye
- authorized_key:
user: 1eye
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLiBWmfoQLv1NiUU5ixh8jpDJliyW/PjBq3ErmX7Gudam//0LnMQ5pb2w6JbuUrhVvjQrVkzbZKgBQUUxhmWL8CAq25v9b0bZUB+jgX45hbfxn0+HyQ5z0QJ7hC1FcZqAGUOo70JiB3/bSA/oJWaMlvMiS81u8fpX3NUTdSRSUHy9y0riCsaptylrX0hT4ScSGAFE6x9qoOEJh1Fs0ivAs1VGlE5pA5XUzn2672cpzwTy3gYJEesC+Ll0H9HK+c6nBtlqp9W8SNEEXFuD17mjm6yS3rsTtQyUj/46/+l8njskcLPdK3SMgmuUEoFce/6/IKM/rzjBfvSdQnkUN8uxbQegh2jDHiF2/J5r0z0vJAu9ieX/10QE6QeEUzHrwQjQ4nWjHYez0souJX2OsLOu55TBMIGCnLsK37OyVot2ICKQvLh1U4nsLvRwuE7PYrMLRvd1fl9x0d8iTkJDwLEWQzmNbKstjaBrGCMv30F2+HPXdfXAn6RjjrO7qYmCuQD0= meat@device.domain"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bitedasher
user:
name: bitedasher
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bitedasher
- authorized_key:
user: bitedasher
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDnoJez0KF103EkmjiVqftq/+1wKNUmoMpQI1qU8vBxI7N5cK1dY533MscM/G1OFC5x1a0Aue8UCHBnWbCMkRdN31G0d03ICCVsjVQ0c1O4xXng/54fRWhizAnMA7yhG489bp3/50jDrR9VSE3Rv2f8WIAZa1kwSYW+POGAVnOj2jjLEI3j0VyAUxTmPFPHyR0Wg0AI99qdEAQxdDEOLW8GYX37ywl941uAAC63FispPacpv0KyHvytmKwewR3+JWX5tAZqJkCjdQQBbPyk/ZVWYS4RM37qSX64SgomWR0w0ur3gfgB6koI48+WHuw9fY2EJGer3sZQ4B2wvUh/Et5k4hLGHdoVYp8wAqYcsW/5vbXAOY/KZGbN9dHfSv+/gy2DocK3WamW6CRwn17u6SedHoANEOxme+28cyFnm4yKB/XalfQPXVrtDwv4mvtSe92rcYTjiPhq0v0XLzP4Z6Dj9df9qvrqReMSMSqDM1xKb6z8Oy3RxD9d6ZpqB3J9ZNKCkbTeJ9z5LjqbWispjizE60fqd6jR10ylrbG9Z42aj4KaOuWDWEAWgq2o18XZORx+k6J6JBkR36P3Q/OVdyhVNj3rqkB7Zvwt163lpZKNumzH8DBihd/Or6pKQj80DM0i+lK3XpYjbJqJw1RDjaI41yFXWQ+fC9sa6v11WCIXUQ=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up Cha0t1c
user:
name: Cha0t1c
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Cha0t1c
- authorized_key:
user: Cha0t1c
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjbeAqKygyD0ea+495lIaJ5u8f4nGikhGb5BnoPSHnphysOb9Ky2pl74sr3AFTqdu5uu8q79od2aoZvgHEbmRynF3b3LDXfCXBIUtomlyN0lD+B3L6pgH9FssPuZxg8QQCepOE110ILT3Z3n02jlK0feqVbMQp8MjUZNTcRsiqXwYoqSDqBny9hrhdn4Vnf1qmNYBC3sUjM84prLi/VupmN9M4brBHj6e7QKS4FKsfogl4Yog8B8qM2/iTLjqIxsDiy76MFMqZzE+bCccDx/6UK9JOF35umreE39cefdCT7y0hlgjIk7qcxqjsmJItVnLWGFHtYSUbYLM+lC23qXx/ cha0t1c@home"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Cropt0
user:
name: Cropt0
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Cropt0
- authorized_key:
user: Cropt0
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGhZqVuBZEfmElqwCEy3L0E7qhRsj4wJ351q8UdpHGDQ22D05sOizQquCWsO83roLLp5x8/Z2u1BtXfCxmIKcml9CxxBwGfPf0sQFbUlmpLcxYIvMFBKjUd3up9dEebRROkznU+1DFcQoJbeaVRP0mBpg9g0lgJYODEdN1sI3pSM5BOPtHwU8l4l23bTK/iofOK9hIvUCEVZWgjioJtEExydnK2KFhQtan/mb/ILoaQgjW4yXwOLOAswpg2eSDdFSGLfLaASsYo2pn2kXXt/MyIHa3doyywO1k8ViXCXig5r52J+Wvb+yQXrJa5FX8fh6Vpa1ryAMqZwThEskP4zP kowal@DESKTOP-17Q6I0F"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Cryptolover248
user:
name: Cryptolover248
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Cryptolover248
- authorized_key:
user: Cryptolover248
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDmiIH8N7cURCq/Cpi4QoM7SUohfrLuneXlp1xf79vAPz6vdzGOkrSrw2CHJjc980aXZK5aQxqW1IDWaXAL1Ob//RPQdz/UFw/RMMCJhD9O8P2KGqO1gtgGrZmQzrrFHjCakD4XABnC7/5B20tYAd9VPitGUOgJQwliNzzsvKY/yLJkSLi9pwoFQaQ5I1UhA8ah/8fHMAn2UPcGzc40wQpoa4rcxG5U5xi7/o5qDIxh8/RqIlKc+m5Ppx2E6PdawxyAzOK0Ww90vFaelExTJUTfhJgSt9ldfiToIdR79eTJxyriDsH8b5gsLNE5oQ2PnG+aieqMP5jHAW9ymxEeQLP root@localhost"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Index
user:
name: Index
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Index
- authorized_key:
user: Index
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3VcsIDO9+sdSNEJBzwsXAbYn5DPNQrIlhQZVNkpV8A/EKgAJ/zgFu/UsE4QOZ0acRN7BEM/R6UyIyPUfUcPhRjRZK3GXqlaCyUgKvw1xEtNcNmu3TCDf+hVlka+H2al1/Z2h2QFRl/qOmrUqAJAERwClXd0s7TCJVbZXnPB1X7yZ9tvxSLwwpBPcclK2nrB47sT5kAQelWlZw8EPlEfdht8G6uEb5+JE3I1aOhbfBIp5dq7LUPcLHLSOc27ZAb5Ln1ylGqBXFEmEeid2/7tbmBdqcfpEcaclJjBnh0bBfdTCowAC+9iayhpbGitv6Krao23a/eIMvMmsJjgEGmTbkHeUzzKQHMmqoiIo1+XZYtOH5RRzWH2acLUtoNIyGXG6/v6RN8Ivm310FdzOVqkg0drIYIgTV1U4wPnPtzbqbfGgKBfT6b/zLJbBLOBA5x8AtfN/ydhaGbSYfD9DG2Sw7CwRsukMKC3pL8nrrurhZVeeGHKqIaeppdkYmRGRM5Uc= dawid@MacBook-Air-Dawid.local"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Iyxbaideus
user:
name: Iyxbaideus
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Iyxbaideus
- authorized_key:
user: Iyxbaideus
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCajfGAupsEk3bf0zyRBpHwFwvJZ2koMIW5WRwOedJT/QHsZZ/Hyk35cjMkyCG3387j9cmvwkp3cngTNZWB98SG0KLD3w71EhQdJNBk8etOzDpXWdQkBeQqD4Ou0fd3Y7iiixUXNU2nspdlB9C6DDeX6uCsZG6S1/cyVnp0bHXHrmado2tIZdBvn/tTGhGwq0zSedvEyBZchiAeGcj+n+DFs0rGNpe1xjj9e9qKyoa0KsTVbXlVmUVhGZnXpk2btn5THxMHL7EMv6Ij9kzAfy9JL7TvUdMlHbRQ+nrhn+cABlJ1WJ1vLMInXASoURciArLiHtJ5bUu5Gq+4cssD8eo7 pi@raspberrypi"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Loial
user:
name: Loial
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Loial
- authorized_key:
user: Loial
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYUBK7u/akGkpUGqM3+siczY+STES6ggw6XAJgY8UOCKzXeUPe5yES/AD6yiXKzW8PWFEg+tLvkASdGSvz2eEk70klYo1n7FLDzJRwbHmXakTHB62xbQYw4mJdeLX5ZnsrwsfTKxwHxqXdxX2G1+coJ7pt+u3Q9dqF2YMtQnBxwfPMWLqsfXZYT3DodxAm0kHxR5VzV3j4bxXeB8oR4tdofRBwlatvV5bjBvu9ZD1WvpW7pXSxmlGOOHR8xdU/AnnDYSZVlJwPVx/AdpMlVXwGrYpTK1C5Nz+THVsnBNCMya2HlvsPp4WBW4qonyp6q3M12T9MqjCqAfLa6/PwWcx/ herman"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Raoul69
user:
name: Raoul69
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Raoul69
- authorized_key:
user: Raoul69
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDib6nz4OA2wefct2m4h9zpn9oirZcXM04E4IeDx3K6vUEkbjWa7tbuhV8xtylP1lima9pguvtFnRlLNQIzmyipKMQWtC00xnR981LU5p5387M4va37Tf8P9ZBLveeS6kE8ACbFk8XGRKrsJhaCYKMQ8D/JhYQW149MLRAF9TMtaaqm9cp8X+I+U7prBtfYzXQeVeEdEKEfDTCStu0fZw3wEX/uoVcByswixmuApRcq9tRoNR5EkO4WMsIperDGG9lJgYrbitHSkwt0Znsh6ductWV0VqPZZg1PdeAiW7sC2oLToxXB57NJigr/xBKQGIVM7jlBYL8N/Auu7FH1WLaqWAenGnkHV+4sIaBc5qMkE7FACydU1uEGN8BbL04SlhCyzEp/eehrelhEa7XNia3J4lAMXS89Zm8tCBEQ5mEmEPsNcI30oDBWKNwcKFv1Hfzu2uQq5doPlzP0VKWY+qRji0IV1zYu83sZXorRtrMeF0zafXuRcbPragk+ENm2JT0= Gwen@DESKTOP-S001Q92"

View File

@ -0,0 +1,15 @@
---
- name: Setting up TouchTheStarsInAwe
user:
name: TouchTheStarsInAwe
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/TouchTheStarsInAwe
- authorized_key:
user: TouchTheStarsInAwe
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHnr/1NU4bngJzb2WlXLvJqSl+CbUdoRIq2jCMJFRcJ+djmTMxka9MuLMyfmcB8DBkuO1Rzplyv3IE3/94ggs+n/XcO1FiB3GAyomeVqvza5hofWoVQvTU9Wsrs8F25JX8QOw66gqQoImimUHPVGvvT2gwuz8bNhgRSQMiU+M8rjiqd5dGv3dSOI41kOr9/n8a3sojwK8fnF0m1SILqa4QWQCURCcYX8Bc072tsDsUOT4pkzaYf+5TPz7PuKfRbg/EUTfsV1nKY3PK259Luqy3M9FNR+VBY0yS/mF8c2IC8994Ai/zZ3IkCezP5YYcBvUk/E/UrA3olMudFwtD/6PPLNrfZk+X1BrdK0yhP8Od5uTqRPnFnCw7GSNECImQMpZt1IFm7eB+H+r3v67hnhd8Ug3iwMzOYNJVz5xulN6C8bgOp5v+rRzA7OxOQaJUgSMa+nIqLPdbynDPVnhyLUJkx3USe/U1macOcqfv0+sc0qriAya7d93LJbOKFZFwgM0= madelyn@archlinux"

View File

@ -0,0 +1,15 @@
---
- name: Setting up Xiboon
user:
name: Xiboon
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Xiboon
- authorized_key:
user: Xiboon
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNUH59YNMZgVWeAMHJztPSjG8B29o4pw7Y1PpEa6ap/OeZUNx85N+BgJktvaduOLC45FJirVGhE/gAvse482ZD5U2dn+3LU3v0ZF8Mihtfb+j1PuqvNbP4AyaeZ4Utfknz9t04YhMJP8FQ34Zj5d5+swZIlwv66so9xucm9qH9LVoZ0QOZ2ES/0UMQ4MLghFgMAwau+E/iFox0CjuFnwIx+iZMJcaBP6iT0JpxxkjoqHHYnfgHzEoTAiZ7kWVRY7AKUVZaGJjm9Bs3MSgO9I65DPu4LCPnSdpwoeBHW11qvYY6ETWX7Xcy81fv54D5rYKSGSx+4HNhQXzwRzY7zDY7"

View File

@ -0,0 +1,15 @@
---
- name: Setting up aavtt
user:
name: aavtt
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aavtt
- authorized_key:
user: aavtt
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0YGBsjgBW8/LeXiAlDvnCSECJRtdU+baTSNmsVA3XwtcTBt2MVo6JkIbugOas+utC+m+lPipITK7JReRHMFNK9H4eT1fjp+Ed5iLQ2E2w+qwRN6EaDTHjpABEyGmRPxtPteQm3I8WvEf7aAzp+oNQ/m0ukiA0jXkq9bJJp5O4Lc+bIJgCVjLO1qan2fd7VA/MnpWFgFNERgs8d9EWulyQjPg6uPLOVpLKtwAzrJ+wXVZk+5+9qWRLD18igSNtfqdYgVcvGzVatxDtV2O15EYqcKZiAov3nBsR1BHyA9lq+Ad9PMcpuRoh/AkVhfonPsUYGVY6/8x/rGnuAj2n24gfiI5lsJxZOJ2s3ttwdh0EDsYY4eqjkYj4CwBKCHxPaZ57uDyy1luI8yi05HWB+KAoRX8gKiEz6VD1o9Gi48Pwm1u5SuA7lw7EKOpV3UmBIV/ufVcMpvSwFoxxn8ZVg3g6wXGZIzaF4zjuPZHgpQKZgjKZS8LanNphk/jOMJ6TOycQtacyhxEk/1uL74Z1sHZaG2Udevbjjo4oBL9bDu2u2drOH3fPWk6J0kgsSG31IcKSFPKjDkkCBmyU7FQuxP4EyrpIeJKnKm1bFznf676gasgsh0qhjC+IrC99wWGYF6GTv08CQcas/TzG2X13W8H6rMHXaRPJ9rFa3+nSZxIkrQ=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up abah
user:
name: abah
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/abah
- authorized_key:
user: abah
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAmSso4LOJ+dzYjNutHidoPSFXmVEjzkL/Vk34N6nrrzIOXE5ctND1JrrdhhVnQlzDZf3lO870LPE8Yh8GTj6OsDzN2qCUIwlkHbcaY/cVZjsh44JvqrGDCRGUp8PhUOn43FerJAZ4V6kUpIwjKsM1vLRUEOyRfZGiSYgq7ZNKnnGE5KCDRQ5c/PzZzwdd9zdGrMEV+xeH2ps8zNwaYaIHg78HcPZLHMac/yuqUHM3apxer2iYdUCWV7hlrvTE0XiyJAoX1vZbrOQFai0QGGMavWMpEDBgPjONG/81osbOoiauoIQwL55rmgLldeY9jLgZQr283U336aRSmfHnk4eAsw=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up abimks
user:
name: abimks
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/abimks
- authorized_key:
user: abimks
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAtoQruWK9k0LgwruljoEQgF55PVcal9VOliPmz2eM3t7RGRhas6gVWt40ndfpMUzTAQAjZt61cxvMdIgpAymwgHL7y/9lnmEkIEBQKTC3ALiEp/dyaDOdeVeNWZ9J6+heldB8K3ERyhNI5gcDe5GnwLC82XPwlc5NCIj/2sFSMyno9ZzGMv/ZuULL/G0wVBbUTiSFt+VjSDey0ixKHYty5CWjLFWGipcUwCKMO4HwQBJEEd4kiDTO6aO+16f9vk13AtJteHTMBPMWR1Nn/BqMcqmA16U9pxEFiTNr+EM63m9SQRMQn/TyKX7KCSCugtM17ngGVnYp+XMn6HUAfD30Dw=="

View File

@ -0,0 +1,19 @@
---
- name: Setting up adam
user:
name: adam
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/adam
- authorized_key:
user: adam
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjKdiAqV5tGmzL+OdWJnhz3xBhKnKLDwAcsi7CH/kyvHsJqiog8rfw+A6J1whesJcCfY1PxIssz43jC6vfuwERL3qK/DboCjmPOc4/lCnxic7B/mcDZdhrs9bQ65NP8j9kksMOoSoAozQbg4FQdWL3nvkfF21AfTzum/6IxIAEZWgigyUldQjv+z7mVirjADGhBdvAAdtajkIwgG7jBVWKdCCPcASURlX/td1uym/kM6fIEf2NhYSjgfOkhhVJr4JtNv7rfDBKVmtjzM2A3Idqkh2cvExODmduvgR9lTBV//03eWW+ar033113crwrdwLgxUirZM1g/AWfhXBgCrT adam@DESKTOP-ECBQOHU"
- authorized_key:
user: adam
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvlQpKJKt8P+1p3RHKOBCq6vMaTvapkTOGQybZbka66nx7QRrR/FCebKhw+WSsOnI+yLRdGT2c5XAFqyL1Vpn+Hq9i5n31AqGc5WSlyHO0Hq5IyVV6Neuux5OxdhzI/f/VS/Pj6OSy2ihy/+mNG5CNFGZY7aqwO3QL2kxFW+vUrikBOn4pB3eLWRAm64nOffLkTFS/eN1I86AMuPcfvsTlzaz6SE2oXa0lvCNfi5Ym8r/MUjvhwkaaXR9O+9sKYv0TNx9K1YzJo+5SxUPc05wKxYbcIWC84KsMquy7ZnWTkL8zKLJG2zxlr0zZng5+1OWpjrEzwmirJ7HTOCgiZSj/ adammcclure@Adams-MBP"

View File

@ -0,0 +1,15 @@
---
- name: Setting up aiden
user:
name: aiden
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aiden
- authorized_key:
user: aiden
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKTWhwm8ZIKAeA8xZ3pPEw9rp7w621zDWcTwsGTW1i5q user@host"

View File

@ -0,0 +1,15 @@
---
- name: Setting up aidenlol
user:
name: aidenlol
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aidenlol
- authorized_key:
user: aidenlol
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/G/79Bm2heT78vCWoy0EPRG7kZedhuJiOIwryt9w8Qf+CgtQcTURdMzKqZkHKbfkOx1gFJVbi45ILpSRW3hzjnd4q+2ErtPVJkJLEwLFufLHcCTo74G8Pzw8VKGveGGzn9lXlsd9ru5erHxTS9fmKXvCR8rEHDGvsWzJymcjf3XADxEKErS3SL/v9vuXT9/1cxZwNCUYvavL+NTS/JgHBQj3W2eEXUBprLJvqfyCROC+MgrIYGnDmP9uqFAWdXWMths15y5nGw8w3iURt2ZhNFo4dmGAyqJxusEvbOyEgtloZhpLFG3PR/97LcCCOjQhxSDV1iOioTqnI2+ziCVZr tanman@DESKTOP-NSJFNIJC"

View File

@ -0,0 +1,15 @@
---
- name: Setting up akoeabi
user:
name: akoeabi
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/akoeabi
- authorized_key:
user: akoeabi
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAhYVUfHifRQHt5g4jGEc5zn2bLZYQooU8wEBlQlfDGcLgJneS2aEeoLcaNGCZGT5tgVVj/waEVp0bdIJfq1dL62R1NQiNBkVLFXAICmBsk9GpKla6PimNOvSfRHJ2zhBB6F0LyUeStcxRE4BsJP1s+/r6e2ibAtCJHKPtSfSZVDiXWkmkAOadky2EBU88DKFyDR0tl0gnJHJzjS0U0CB/aMUZfjzacT2nCLpEypj0Z5CxIhvIL2kOdqwXJ/BMDXqxyOf/58nnawmMSi25rV6Nad2kqPPlRLq7aq08UZNfGM7+vRAjl8XyEvKp+q9WxB4zQ1CfOtvTfTarPBqXm9NJIw=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up alinur
user:
name: alinur
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/alinur
- authorized_key:
user: alinur
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCPOpFygZ+D2wtMwebJA5jDOhwWiUKBsaYLMm256azM alinur@thinkpad"

View File

@ -0,0 +1,15 @@
---
- name: Setting up alma
user:
name: alma
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/alma
- authorized_key:
user: alma
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICFIttcpz0eFOYh3jUVw2NRST5rAFFFFPWfn6yNuuhat alma@laptop"

View File

@ -0,0 +1,15 @@
---
- name: Setting up alotl
user:
name: alotl
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/alotl
- authorized_key:
user: alotl
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxR5x7ccQwiWyy7e6mo+vxxmebFlZjoMX4GMeophT5RbIuBGJL9zeZy4cNDHYkF9COq8VGtPWLUmQjEzyHEOdVcibOo8zZfihsR252H8fdjjqxTqmYRg4Wa548S1mboXKUO8qPQTeYJ12Rz2Ql3qG4yPDhMxikeuN1WDuAddAyDem3qiv/IT/PrtBbnFdT60/a2vH/rA1lbfsfpJ+T1RaYpDnqo8mqhQFty9hhUzDSmALaF8OGEqh3rc9to0iQGPxGmN8JH6gmtKbkHzaacDpjut4uw//qUz/JbGOhk4rQ3B2Y2enuEuTf1FzqgsNSRCEq/kcIATIQjv5BboAhKEPZ"

View File

@ -0,0 +1,30 @@
---
- user:
name: amcclure
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amcclure
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFheJihLfXJ4jg2bRKKAErB76fw8izDxpg4dFibaQage amcclure@Antons-MacBook-Pro.local"
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqNf2mD3RiJY5ZQtRhgg5xRD4a6whdBdh+xiCnfZ7fw amcclure@solaris"
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAb/LEff3etQLEEF6L61KyTkxXfsI6tJwV161oSoPkyb amcclure@gowinnt"
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMF+N1NxdN2SBb7Yyk+d4ThVoO87bRSYhEqgR2K9gA4 amcclure@lake"
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGCA/TGxVNNVHevXq96yrMT3suUrPO+v93NqLC2wjEv0 anton@antonmcclure.com"

View File

@ -1,15 +0,0 @@
---
- name: Setting up amelia
user:
name: amelia
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amelia
- authorized_key:
user: amelia
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIo5HjxFsw/HLBn3Qxmmg3zqoOcFyr60wmxA4AmomO7N amelia@ctrl-c.club"

View File

@ -0,0 +1,15 @@
---
- name: Setting up amixade
user:
name: amixade
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amixade
- authorized_key:
user: amixade
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6OzB9m51KFDO3Z+9KKxqEx4ewWJavhgpNkq88xVSVK35NwRQRJ+TsfqE34femiFc6uDdQ/FYwifF9lkuizs17XcmJ9uOLrTbuic6lm+Igx74F9K0kPRvpyAFpW9SkoV3l/nnwfSeUr7bK+6eYkFnrZyN9wy98hjK1z+nTOx6eDgHEKqEZOiBkmzs+8ozGdJ/YIjsL+q69jIx7kfqXxTZuN/bPGRUxspZWTiJtN2N5chudDPSVmp8vn3q8mS6r3PmKSztafBC6zjTqYTD+D1plWIiFgeqQrEzKVuOCvqzENsDMoUDceMfbMnRIwuNHU6vTdeE0B1Tipht8COSfvO1tjbZ0I2F7xl/Ul18aTiLVdKV9z690cayZfsEdZHwqm0y4pC3CiSGgwoi12HFW8ZLakXsxOFZuAZPqR7Dj7BNfDM/RedsAXHkW1j4HaqsIHCyuXQ/IKncnEMIuj55QJLH1fMPcgx7PIzxUC7EHcdVDZql3aLUUfq/fM14SRJ2Rjgk="

View File

@ -1,15 +0,0 @@
---
- name: Setting up amoghavarsha
user:
name: amoghavarsha
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amoghavarsha
- authorized_key:
user: amoghavarsha
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCpv1vK9rzCmvAKMdm/b48AiLxi1gQCmCT3d9LgCp/HeXz5sVjqsoHuZedx50cv6R5yjfPt2IsSM4teGpkxKC2Kp5nFOkAxmTskf76zD93Xi8yaB2GFq5XWICW0TGGg4WLMj18VV4965EuPUrpGShjXEnUBWWKiofLTikskRAoC5RL7GPw7dAY0p79C6yoZdB5lrLcfPmJc5ql9Lf58GLz9+GcxLtI29gwTnz8NsFS71Frtk27srpg3WwHNKU2t5DZ6ZN5ZbHWoB5yj0FD8RaudfgFMu7+kCggj3LoAI0aLMe6PLJq2romGQhRhxbvEw04tesREIfgmlRC3flDHtjZqj2wnFHO3NBBLapc22rHlyBWxZKLszmBfgjUXJ6QuCURnHShFzpAk9LM/a4bsOzj7EVqrRKnp0HzWxQzNWqEkXSLOEy1vrKI4jb9yxPeeh+D96Lk3ZW6jMH+/J4csrivGzirK9usG7XYMEyefmhx6toFgZRB2MtCK5WwlzMsrg6/jA4B7mUdGyVA7rC2M+/UUPtrsqohBhQat8lbErPSijNQ/g/l1ItLkGarYIhun4HG69SZjhUhTfWkgzHb5SguMNguZw1Uwrbxzg/wygM31uoi5JoGLJntDZFIA7M2jbXDBTHE6ESICa2re5i5/NO7DUHFYVcWyejlhnBshQ8YZWw== thunix"

View File

@ -0,0 +1,15 @@
---
- name: Setting up andro
user:
name: andro
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/andro
- authorized_key:
user: andro
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAm+POCv4Y3bhkKZ4/uFiuN/d0VR2CQYhZlq6wV6QoDmaJ5shiRiexCUiOT2NqmQTc99/luc9BgUHwsW1n+wSf04mM+r4Q6yQ19fzQnN7vGdgnDwO2FliyuQcTJSjti2gtK17rctsAZ6o+8FEXq1hswsEO8j769k3BrP+CdTxxSd+JBtOAP4p3I2J9MPG6VafTxN48AIS2Mh71fatqxvq8UPVbHRVGoPHww9nfyOF3OyJrenzi7JytMXvFlFTiMLNs2H6APeqG+M2gu6vnUVDSs1VKYl8oxS1WA4Dafq2ihR/J4p9/2Q3DX2ulGfEITc2bRO8kTafLgJyCD2jyPospqQ=="

View File

@ -1,15 +0,0 @@
---
- name: Setting up angeliamodem
user:
name: angeliamodem
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/angeliamodem
- authorized_key:
user: angeliamodem
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoMHAUnFvtwYaumIv9HrZuOG8JgfiK8+TjTcpkANPz3jgfHZ0GF9spyMabUJsMCRDkNrdPAjlco3+erW6vwrWvedk1vs+7AVMPrLNHEktbc+DOTCY43wTNaLXBMiHPx7TTM6Jvqp4z753R/wB6353KCSIj6QTEJ2E32KznwCtp0CgGOuel50rTgKmEfG4vUqOJWONpv/g7eIgwJ8CNlcWBaInkR02w1PEnDRYwuejhiyM6tVeeisT2GD8rTcPo0QJgon5uCiUQHoBrpIkG1i2E6DgtilwysBPXmXusbq+sdrLXzZi5A6AvJXtj9szL8pF2W9kxm+6h0K6BEfmB6kM7 rsa-key-20231108"

View File

@ -0,0 +1,15 @@
---
- name: Setting up angelmage
user:
name: angelmage
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/angelmage
- authorized_key:
user: angelmage
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCmzdCEZOG+hrvR+6UK6eLuHYkpz1rXgwa7l54VViCt ed25519-key-20201001"

View File

@ -0,0 +1,15 @@
---
- name: Setting up angelok
user:
name: angelok
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/angelok
- authorized_key:
user: angelok
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDN1hTEQX9rZtoa/q0bGyYBJui0kFzSpIDNdzY98Q6mk9U9VYqWkPnXbmrjyNJ1RMEcN3rbTuXZbat4NTmgND6zT4olsaQh6mTn/3mcBHWWTZ+lnSH23dGtokGGFelsiaAxRNwqLdAzUoEN0D2LVSkyVc/Gd7w6Ppa9VwvHFdl4ql6hHdg/4oG9y+41lcEY9aXfRVEqXokHyuAn/Sc3Uw9p3XSIgXb7sGzE9Lp2CaOiQ6Fdt6r1O/oXCaM0u5PzeUSq6MRrQDquAwBYavrocoap6UpStdblZOwMKFZSfFPR/4tS39EGNmCnIGkjFjt1zZtZgf9n/3v5Kc/wgmF6DN4z"

View File

@ -0,0 +1,15 @@
---
- name: Setting up aniruddh
user:
name: aniruddh
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aniruddh
- authorized_key:
user: aniruddh
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArCgKTNy3fKwmKalNatkMkQN9+W6pe9c7zHkgrxF+OCZaBJavbAuHSgzZiHPaSfETSo9Y9B+YWI18TCjomVohTi2aEJz1w4z7MjTISzv+xOUPc7RrI8nv7E+amwHXkN57ReFKW8dKj5/mYwcUXCOFoTfVIqQvp/MqEctbQN88NnF+RCQE5aLIPUsxoPRrrsN1lnLRm7TYMxeciEEvZ+i82gqZiSuwYXnmp7YxW9G7xp9PpsNiBfe9fMij4Fgct4zcKUKdy9bHzdN35LvyNJoJy0NZPekV71A/T8Km1I+tQ4Nc2apYgw9ZO3cAYoul/gfdWK5ZCdCWYZL8oeR5XFKgqQ== rsa-key-20190403"

View File

@ -0,0 +1,19 @@
---
- name: Setting up anton
user:
name: anton
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/anton
- authorized_key:
user: anton
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsGEzYmXXveq7aGosnJR0I3h9zwPZTOr+ytnOiwPam2KhR9GBzZsAGxtpwXXdvIUtvGFV0tlDWZ851wAYvJsRzwOu7t4OgrtrxkC/qkZ+p9FyjQ4kBX3oSKWJ08J0K59uv3GrNVrVOzyqQ6aGb8TFgCnLN9C9ElWmdmyrZ3evbiraCov9HM8EpxCJN68nPz/ugJvIL6xZe+9+uGRzBrMrtbTPxTFi5SLHg1itPGFVRFJr8ZjOZ4temoZ9IKOi/EYP+FUPk+Xbg+6iaOpS0wlq2eQ+DpMFpsP+kHHiY7X1Ln4pMA4C8ewfqnFi6kI8VJtDFmuZgXlaV/Uq5T54zRzZt amcclure@tilde"
- authorized_key:
user: anton
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDhdNCqJ2+kTVRdf9R2g4Uv9TKuQzY4LbtJm5V1dx7uMfNI8HGHOa8gFopAaId8S9SY5WoIP4R0y+avZQzKRAVcqJNiKrKQDb5juLSWgL51CrOgZd6Y/nCUnvgmpAEUBzlxIBSDmiozDF4R6fk+8MqXsT8/HOaQgXX52v4qWBY9XWSOFwCeukywpnENvNm+H3vJhHddIYtcONWJB5m6msrBRo5NR7uo5RVt5GJpUpXfdI2IHLV4YZavLWiT/yBbBvxCODKWkNNXr9jBZ5RHPnqYcABoAKJ6hMaNzuJfAa9AvlV5aRDhRenOiS2/EQhC4rxPMHmnfn4TYng7vQRbVTvnGeLNGtsLqRDWuNQEmLYUZ8Q4JZfoSzZVmSyy2NeLvJRYxQRh7NTZlzoDkY+JBURINPcfVduVT2DD0buFSdhIq7/jreV1QZuSpOa5ABgvhTOf9bCIPaqbJ/zK7m+rqIPUhvrNZGgC7xkUpzdfl67W3xh+RyEIPdJX98dYZ9bZFFYvntW+plHizBBs+s7kGTV7BKm4rJ2oQfTby1M3++tSTZi/6QAkcOEb3VJ5n0rQiM+FMLuHfP2dPXh3AIVKYAiwZjdrJ3174g8JjSTXt3jJm6I1KW89oG2AcBbI/N3bgIVXcU+IRx846+zU7iZ49YtJK61Ml7u9aVQJDABQEMg6OQ== amcclure@triton"

View File

@ -0,0 +1,15 @@
---
- name: Setting up arch3r
user:
name: arch3r
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/arch3r
- authorized_key:
user: arch3r
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6CWNG2VkA6NW4oEWyjdbTPlaC0VRiTGZ1VibvjWzS3LvoLT0mGLRwuI3ixSCMR4G+mjT9Tul9rZ/sk4zV0lUskTY4eVM2SPuhlgTzaV9TgTutML9DUIGHHwpIcdrsQlpj+2howoT1jOQcp0lN4gFn81qfry/qV2iAKxN50w+fFqHDZ6KNJwBr9pkvFc8uvRp495+HEEVAMz/Xg8zmow8Au6pRTWkQR2J1JseGRdhlfbuNNSwJB160P7TmivNZiQz/HH99jbwToCKEhh5Z1wekyWL0Fw5oCJucaN/r4+ov0A9hVJaCteRJEKZa2X2Rjy1NnypKAjhsYgihUA8FEPu9"

View File

@ -0,0 +1,15 @@
---
- name: Setting up arctic5824
user:
name: arctic5824
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/arctic5824
- authorized_key:
user: arctic5824
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIZDK9k+r5NgcerBBJjD5t7VLUket3PLoVh06cPvklbDjLn7cz70RAUWWAr5X7d3w+h846ffsxbb4NOCZFB66jjTMV8VHx5mIQwsYi6Okulx3ABi3btaNS41kEpkseYet801wDdV+YOGsMe6JeiQo2LVbdplQt3vlFB4d797lF6KDSH/zsVsNMbPxnY+q+EXgjxANBvP0gLHZ3nBg17vFf9sjjZkz8exO5yxZcl/xwOc1vADIXQQWP1tWDsIDINxdRkU0JCSnUocFCpizH2KxCz1UL0+hciOh1TgWQ2YdzEBFDaVEY6/+QV3DIJ8QXKivZ4Ik4RTPAT7ZYLE0sKtjP nikita@Nikita-Gram"

View File

@ -0,0 +1,15 @@
---
- name: Setting up arda
user:
name: arda
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/arda
- authorized_key:
user: arda
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAu7sYvX22y+sJbHICkVmIIaFltPFBiKMF6XeRI5FmSISafSdFtdrzLH7cvAHmvqatknnRN3/EKqO5LM1FiyBDFsjXdw8OfdllGFE6tD/EWYti+TCPRmYGUp0dSjPlukV1wC2WKhSAS/r/2SoXKSvQ3Tr4bqJU5C3uAk9PXMnpqVrL+uGaHcyHqBjDB+yl9UZLV6hd9oZJeyB280ICmZ7u/8cynuC86mishfjQY+fefyp0rpHnOHwcOqRlsU5YNT7lUKYGZUdhaXYEXdo7cA5VqLD1ENCFwvypXGf3Q+2xe8R1fAL5eCoFr9jRRdFkCxg0VwcRc4oimcDZRJeWNTbA+Q== rsa-key-20190126"

View File

@ -0,0 +1,15 @@
---
- name: Setting up aryak
user:
name: aryak
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aryak
- authorized_key:
user: aryak
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICeUQKFE6j+legQS2aam8VlwaGJ1r5BfJevbMUxpAi6N aryakiran@zohomail.eu"

View File

@ -0,0 +1,15 @@
---
- name: Setting up audiofile
user:
name: audiofile
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/audiofile
- authorized_key:
user: audiofile
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZtC1bRB+qGqitcIS3PUSZrawKDx+klIHqvrekW68vOMrbPy+1p8fkdPW3oW8+qAc2jeSyGMUNMaN5eCIdJ43WjnmHCSfWFP9IeX/RF/P183ijmB7FfvkfoRAxvkNzIQuVTz4crjKoUSSxQqngsaKg4HE9WWZWYkW/c9/nRzsdWQGkFsnpRDx8k89Cd+1/nza0KvKfgXJ7wCFGbcEKzUlumJXr8UFDS9RwXmZGwr6Nav0Uc+xYdPoX/QOzn6MYiENO4tYvm5UF4v5TNDUtlWB0fvvvswbvvYq5HyXsKU3OMm5+IdaJjnYV3tDgTwmcKmLl8KP4YxxmwDRZotob1jfyeETntmSCKx4yho3ilT7mLxJLhBZ+wnjR3xXF7GaDxPJCiWi8VliOBjJ/yvY/t02MpoZimlLVf54iiDV3OpkxNdjr+zF4JBbxisBTLL/WA0dxW2dLol/lYYoyJyFL/VWKkor7qB68CxMT3ZpFFk2t/1JLLrVK6AbJDgZkjBS1j0TGeTx0/4Sy0PDkzA96ejHMH+S6SWjXakFbNQaLEs+746BbMKdijwIE+Z7SvhWcrjYkGtGZQFl+iosVmx6FRXH6MsXxOSLY9zBzp1xKXP5XLH3ADPYyuzz5o4zab6maX94MQcNmT5b6056WDmp19zO6f+XYMHUl/taKUI5vnzmJgw== david@untitled"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bacteria
user:
name: bacteria
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bacteria
- authorized_key:
user: bacteria
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDoETzjeNJpmtI5nNXzRk4zBs7hTh5uY2DU+Z8cqrht bacteria@edvinbasil.com"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bacterio
user:
name: bacterio
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bacterio
- authorized_key:
user: bacterio
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC14jVKK8/cNaerfumybkwXORyp55E2AYdTYhj/2EVK6lgLpfK+0MrrDa8Me1kMHRURfeFfOgqizaXlsDYTW2iP0GjWRwd8LEZReuJiMtFpiWRJ0p2iM4oXVmL2DY9rGEDor2MPdDkQkfv3XtXQURKy9NNRoW8HvUEQg2ZzJOR3p7JBLMxPYouQzglT49IyXYKHh+tJKKaUH8sJIgQT3w/t3RSNeGNL3hh4hyk0ofGGsC+gBLJcPs4DkrjtArl7ejsTYVZsEtExrTUZwTotBSEYNUD7VQp13onpf1I/RIzC7kszDuQvcBuysC3mikTz3upa78owY/vGHBe60LnMlxlKEPVPAcfrWbmiAtQBdA+7apI4gjm4w0ReMxXR+81ju0KBE+bPVaKi001bLyIU01Bf8q58+MGtCvOlUDR2SITM2dbu7v4Ow16NIgFBl0pz8JWLt1zQvd8PQQny1Y9sfG/6ghQw8xgO/ngiyLD7+3uu2zILiAJUwwAKfhmaIV/7RH0="

View File

@ -0,0 +1,15 @@
---
- name: Setting up baloo
user:
name: baloo
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/baloo
- authorized_key:
user: baloo
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAhZJTUh0uAzZl4B2gL5M5QaeLSDh8fZMlCNZqv7LY7M4KxcsoZrMzXhHmH74n6/ZStaYMpXTrlHPvU7hgUG5HzmOb/osgAGVgPoTZV7xuC8RsbVFqXWFl15ihH++YLdDgDh1Oc7of4xIqPMdaYp6zAAJ9K2lnNPTqfVe8ovmaDx2VaqotnI6O0WSueTvGrtuERF5HJQLxiHduSh92ZEHeRzIy8k4VRNwUIz2VuhD+UzF5ZD4yKy+x3SC61AStVsrVvimgDPk64U2pkBtvSNzyl5wEAxmp4BjeBnNymhTRuyXOc0XaexgG5dJNiAxBOYYfQbSDe8XT1TskE4GlseuF8w== rsa-key-20200601"

View File

@ -0,0 +1,15 @@
---
- name: Setting up baruchel
user:
name: baruchel
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/baruchel
- authorized_key:
user: baruchel
state: present
key: "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHTZhSrwelTaozpc6DywnOhv61mXYll+ITGB4huRsLrfQJuKcv3HJpdrwSPXzGzn18DyFixi+dTXU5koReAw4FXcgGru9ddKqaf+eUn9xn9h4V4ltnEXD7CLVPbjWUETyaJUlu7OTbo7H0Cai5nvn7RNP+ViPix+d4VezGVDt8HizjodQ== JuiceSSH"

View File

@ -0,0 +1,15 @@
---
- 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"

View File

@ -0,0 +1,17 @@
---
- name: Setting up ben
user:
name: ben
groups: tilde
state: present
skeleton: /etc/skel
shell: /usr/bin/fish
system: no
createhome: yes
home: /home/ben
- authorized_key:
user: ben
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0Sf4AJXVn1CKWLPTXoV+bi3LNTGrGDPjWNGnJsIC11frQxDH1D4MM72WBTTERjT2ZpV48sZaPrmeQj960n7RxQAwoE0sDBMO4aKs3TXtaAY+RJarVSRPP3beo6ELONYRvdymnNPOxInWAzsPPjunZ0ufQDUt6Iyy+hTb7FsNgq4A736CxMb4oGSP/AT2Yfb0jUX0vtCxvgQC2T0oYrj8OInv8Qu0/0I0YQErZlkUO92b47B39hMxAIeTX2+0M0g8M5nJAc05gK6eoq27amysXsSm8aM/5ikY1Z4mabfAFtXzxsdFNzQ2TYCqbEnXUr5tTLyjfGYkSd97pbJtaaDBC+NAfX5m8QmrgG/5Ad9dlQH6g5JLng7yeRJYfzTlVW2gvmMnrAplHjCEIwCO0LA4zotzs6XkVrxQDmj2VGDdyFu4Z8fv9Ruf0lCE8PG03TnX7yJiE9RtT6KX3m+12xr71rdfVONRuZVkQlPlGKllGLQ7ZM5QJ2aVPDI1s2ZHFF9bm8lzg8u49KEmAJZpZPm+wc1b43inuiN/ftcl7oe1ZIxilUmJXaG74xbhfLSZa+S93WryhZ9cjoSy9p3q0QmZZh2ePSNyc6R3xJQnPjDozpJ0D3CRVeGJomGHS2E8wrHtWs5L2q0A3CjlVaducD1M2MgnQNEDmiKVob1utOKwrLw== openpgp:0x2206A906"

View File

@ -0,0 +1,15 @@
---
- name: Setting up beneskiwik
user:
name: beneskiwik
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/beneskiwik
- authorized_key:
user: beneskiwik
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhd/uAF53+KWYY4KM1w9NazOwXAVK7wwsUAboDUMy08YCa2VwMfxTWrFgBPvHBshsZ07uyoK8x0NKW3CqCh/ZHPb17SmfTllHrz6Vut6JRyPaqSVQxqA7bMPxv36qdrMT4c+MKvRJvHC16PVrx2pHidTEBDk/m62R+E/a/4RPYNDDFXsmQ7K8Fon/ZFrHjfA/xvj6PT+8zBEc2Ru/gV7W4hohej8y06E3zkBOx1MHpyWSCJAW8sWpTC9s9nZaGau1ECXi4N077iHsRTOmHF++A6y8d+KcADCSrSLxwN3haL81SsyZ8w3DsAv/gfVfrN07RiFDdRHYIalcFC2Knr0UT"

View File

@ -12,4 +12,4 @@
- authorized_key:
user: bercik
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrcdk2gzXkA6/PeK4saksdTLAmLGOcUhfBgTL7aBodlQBnZrRw7aIO9M0Ea4LNxEWoJtC9il6/QT4TOqWMY/Y/NVfZWYM8jmYuksm93NO8bCgF86ebdUGNNB7WxczHcjh5gMa3prEVvuxrM0+cwMSYAzkCpl3QrklyDHFNpt86slWE88oTIxkcUmNAd22TZolKmKQtSJDBzqNfpXYzqqBRV2s6cF/wj4FqH1mwafkCPObfbuF0JwfQT2LPhSl9Nt361AndbrokXgiuxWppWUqlROBtRs00EEoQ10osFP+u6NJtnjUcCEN+VltUW4Kg9sgf6E9wUvP7GvLBjC9xd2bz bercik@hercules"
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+7sSazxu92Sdig7YZbtlw2w6rNKmp7madX+MnDDrn38zXKRCfUbJohmDSqyHqLlQ/zlUDqaABrbQX0bAwVdr8Bvsg5HHjOUsYfrH+iwgfe5k/jUmNSTUlwJ0flfLUCILK4Gi8yM81c22lTCD8pEQ5NmnScwK9dBRebtYn577LXgP8YpkeZJSMZt2r+pcHZ7FkRX0QJBFO/ggQqSN1/QpTIRTxRCoKO4E4t1lPJ9B4a6on9X1oekBZBYq1Xe/mSuoVLHVIv0pAtNzLNmPwy7a9f2wXUzK+7YujrnYFfzlxzQmN1EkLnWHCY1tJdkHn69+5W8wfShc7DeA93KbdkdmV bercik@pollux"

View File

@ -0,0 +1,15 @@
---
- name: Setting up blades
user:
name: blades
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/blades
- authorized_key:
user: blades
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs0xX4pTE5IkergDLdJb0G03Xw4QVXhgjMy9ePa7KD2d1zMlbGEUv7R8uAMMBE59VEk8ZUM9vSH0Y9pUX8y/Ay8G6ktC7KMSO2G8l+IAoVINzWSV/ng2/m/Z8GJvgUPeE31hQVfdNoMWcM9rdK/uerh+V42p/vE8vSZ1KQy4zqUU20b5gCWd9rfq0JVR8bHNSELGYNCpvIwyMTKoFCty0psCE20HIjXcABIgvruUv/HPKOuBQ8XMir6Qophx30LNAmzKpF4ZvAf1kqcgYhgBPdq8YtrX8LoZqSvgxZM/fzkLeG8UO8BJ1T8k8BPTYqKieeXXoObIHjvZCfRUwggdJz"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bms
user:
name: bms
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bms
- authorized_key:
user: bms
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDWov+sPnHJunCCLk1DekvtNk2h/Qgw7808+Q7z56V1wUNOIJdMOZIBpecsvbOxQlmGami73BaSOQoCL3yQFhYTKAOk+FWaemptToLSxKTz02+sJ/mc0orgwo+0swZ+dttncp08Y7yJjZyhKHGNv2fv5WAUT2mLRleTmoUYAzOXPMEmrNbekrqAv2ExA5c5TLoq/KgiofUL7AkXyw8d/oK0fqKRy/1uMBL2hER/rsO1ibxBuulgblvZaP5WbBRXga/CWwnqKT0HK2ySAuRwW8MWJsCcMsMU53qX/g1PsqXoxVkhQ853LxG5EVuiG92Gix4oUjTTWOhq5H1NtPM+2wbwL3JMH1GHdYerx+KL0G990dwTsTgFRxo3lTnEgcs4bJo5V2QjYlqtovVxvoABAwf75wvpHicvjWQ6AyOOu8xxpZbI8TDuWeYMGUQ8pgsSqljEDR6rlQBTz18lPMNEvY37cNTQSr4ABYhjh7qnDCQEvOKVbexJd8C68QRCGgRzq8= bms@Bens-MacBook-Air.local"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bosch40
user:
name: bosch40
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bosch40
- authorized_key:
user: bosch40
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/J9v1RVnuQBc8bRcByWko609JnX1ErjuRZkS0wXz4I"

View File

@ -0,0 +1,15 @@
---
- name: Setting up brendantcc
user:
name: brendantcc
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/brendantcc
- authorized_key:
user: brendantcc
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1gRGgChQut+E+nP+4mzAymKBiE722w/j2wAo53U49kbpWNMQTPPyky7jIqMQMKFbtgE0WLe/D5+ut9lumcnKuX1molE0mPKwbK8LSVO/+fICiCPzTXvdAyES/iMiBdUB9G518unhCO/dD24rH40kzBcnX6LJXM4ZdkRor6gm1y7i642seeMzqHaOjAmA6sUbDkk9DuypBzSf317Qq8i06LjyNVIXJyJV83NBT38ruZoB0Sl/q+4w5yJeAegxJlz5ZWUwEAhDVrWdNdgYV9xhMJxEZclSteicvK+ef36CaUepu77AKIFVXuKhfECKZWjYcO0niLlBxN8mPBSeaEIsv"

View File

@ -1,15 +0,0 @@
---
- name: Setting up brokenix
user:
name: brokenix
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/brokenix
- authorized_key:
user: brokenix
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+qGZt59RqOa08FpfiBygMJLfbR8wWYQ7OcPYJMTAmY jasitis@gmail.com"

View File

@ -0,0 +1,15 @@
---
- name: Setting up bsimjoo
user:
name: bsimjoo
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bsimjoo
- authorized_key:
user: bsimjoo
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDURfHIQBksSz6kxYOmtAmlgKE6TaeOQCKGhtaC3I3+CBuXI/4+5Ey390lQRb6GOWjFztWyNvAerrMGhBvLCRtRRgUVxswZ73u+5k+Pj8fDXBtB4Ki3X7oKQs/XQbiRlgaSjmSYA8bJ4FtCe0CbAacW43smsBS2DwiNtTan0EfnJcwXqvaMQYHjaxf/vIuVNxwDd3G3s2F300HRQPIncRNZrF4epuLECaTnHX3mSErVRL4wBUp3aGe2QyHHa8m+cAbBYkbg841vls0ncxoCevocTOKFmQQ/R7N2cIQMZyEMnktDmEFB1tqFv4LrScItp2iGMTm4GzHYUSAzy73bg0EB bsimjoo@thunix.net"

View File

@ -0,0 +1,15 @@
---
- name: Setting up buggy
user:
name: buggy
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/buggy
- authorized_key:
user: buggy
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDNPGFs5mBebhDrTwwsojLzVKCxlQDbL9tXciyi88FH5ZsJKQenCo2C0d2ig+4jMRuevCs9MriciIF27G2RRdjPxs+vCejmE8g5Tog8WlVN/TWyDY1hkwj4i6rBOsO8YfxFjaZXbSHyhF6MWJ7/dDZDEKAMWKiRNIClxqFqNW/ITOIHqzMHDJzZjSREv82SVUPu36HR9HHgwc3W63C50x/zAYeGbCYYIc3OrQtmQwryehNA1uhTIdeE2EVsIFjae+bZzhUjE33g1YlsqTjER3KwueSTsRNyczYfVR85uT+J54Y8wqiLleHE6uy0gVDotlJ2IoCgzwfm5rbDsQP1q+L+yN9jR5kGMrp4SSnKkHjDngkJjghMf4/sEUppulKrGFQAPseLnDolM95n1guffuSasoK7kL4+0MHCIMrA22PCvKlG1RdhdqhYOiEOGF5X3EfsJJI2gLBUelGRShdRhnTgScrM9wuP91SUfwSOAwIO+xz/KKnSi8lWZ9XUVBIYfJ92WfD7GTnn06yRNGBfI33maL2b5EamNgn972S6ORzpe4NC43yGE1HwkpfckfS2kwZMXObHMyKGKNDfhN6QG40NmESCGaFZY6KdVjohGdWOvEcviKDRGvLY5TCtOeqJt1Boem7u6N2SkvHcZGN9rFSLVFxx9E1H5j3cLrR0/b5PiQ=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up bullah
user:
name: bullah
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bullah
- authorized_key:
user: bullah
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAlEL0FrvZjeep28ScoVk+PLfk1LpAtOjF7vB0lrI+YDme6jykHS32JOPWcEgd9eMxv9FbkrCUxcYCdrYc1ZDac64ayVaQ50nBS0d1humkOmQXJBqicL6WB7GPkcapnrhENArB9b4KZ6sOLVQserFHDBUdWJBoYLy54gYeIaMtnvFOhcCvaqW9Crp+lzP0o5vdQBoV86jBcUdU3K7jR1H24i7XOTjb/tHkpM2uwjduW9MdQ+o2KSieepbUmMSkURK40sOcitlc1BcfADIeWevL5tv6f10HXkigWqqM0S2aZcAbEzmJ5Trj7C02rZ+qLTSdsGn0/MF8rNDNTN2QeVD4lQ=="

View File

@ -0,0 +1,15 @@
---
- name: Setting up caelp
user:
name: caelp
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/caelp
- authorized_key:
user: caelp
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWKOBxK+fADLuREszpDOuRH5yvEQ2xg83JhXn71LpUpu8LFpVlvI6T/fFOlDjc3r8SAyCQBblLydNSc3HF3OS61clw5SYXbvkWYF+DjC7MsNxk5zRv2BXvOdsm58E0KM30wGdfuZiJSb+K9YbDRMo1q1NpFNUz6tQ9H9DjsjkIrmyYZF4vx2/dycDFm8ulSeXuc1Ao3PPSfMjNj+auXkZHbCT/IIwJATn2PREdzyjgODGRpYwPdq0IakfyHiZr5gHZByflu4cOdAqf2GVzWPMHs82JZstQArr9zSlvH5AYxXWGAHy2qTsAO/CBvoRjJ6ZhccSztZIfufj7IPLtPuUTuWkY1npEhF9RpcSVse+swtdb6ik4BNKBzc62dYD6GGMQT0Uz4RFvhVpR0ouekQRcgMSlumQRGftIKAcU0KQn8aTGdSUjJUlj1qFlXwpzjmP0cQf1/ZRc1oGtW6wU45o0D0G5jO0ywdm/vGY+c2jyFq7LTZ3b9CKcww2DiXFplhM= mark@mark-Inspiron-3501"

View File

@ -0,0 +1,15 @@
---
- name: Setting up calamitous
user:
name: calamitous
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/calamitous
- authorized_key:
user: calamitous
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa+9FRBuS6acIETpgBtdcJIv4jm/QyRHfmOdPJCwD/QxFygzKFYjogp+uysiicIbvO0dZbpcMVcdI+NkSKkF7KKYsMU2KiLChh/nhu1GCDnLEGSedTUuCHjU/XQWAr9ES3zIs9DvwcAj+o1b0EWNzFXCJd8Umyji8jlY2W8QuzgKs4oiiyRCHOTPzTP5UsrtI3j6ktbyQ71U76dcC40aZha2tpQmK9aTJieaBQxS6HR7sZLHqFiKdRggiSQouQLHfNJsWnJOBqlKxg2KZqIuhBlbCJ5nBJCzIOiPae4b/arcZuonEq4q7QYTtVoeYuh6zalSXWf5hd2kMIE3P7YOFD"

View File

@ -0,0 +1,15 @@
---
- name: Setting up camellia
user:
name: camellia
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/camellia
- authorized_key:
user: camellia
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6rRK5Rb+HoXgNeEAyDE8nDEgnMYd60EB247iq7Jst82j9zpKxGvoiZ9r2gS3Ji4ACFTjiFMXqInC8rk/4eWo+rdjRBc9q+/cv+FhFlBpb+eUW9rOYY21SNYxeYc32J99jBi3ucukIUSSbA3WjD5+ehlPWt/oAaOJc9ZLse/vOjzjUrLlqYNv2fdrY6WKRnE+TGMQpm9/EKlJ99h6MoqWKp1ljyKVPTPExslPm1qEaLvUvsDr1w/R3O+/GOmFk4tEY6IBQqCeie7Te4U8TXLHjn1iYciuoWb9nEMrZs7nnKTojizd/M8ax1gM8Y2g9BdJj2IyLx7Hxj075lIhS+YuX"

View File

@ -0,0 +1,15 @@
---
- name: Setting up campari
user:
name: campari
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/campari
- authorized_key:
user: campari
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+8OtQsAFaxMrpuyt489w3Tn2U/hj2UBk1PcocLRxRXXhX9KRmwXHa2mjZlJP5zjQh12sm9HWDpMYda/aTmrvm0Y21Jx3a2B8ddbdTYc2RVXvEzQ77Va8VxQNyR/ijvTeRqKK0xMRwzBe9X5BR1yIRSKoHjfsiwj1dvYmy8/oHvQI0nK05SyIBzNelLBXcrSkBKqWEGI/Vx9/ortFh/D2k2Qmq+ti+eT58Th76KoISDmYgWRSHM6MjHHBQONNfUQfvX5CWTy2wnm6k5iDVP0Z5AMQdfk6McJxfMZIKH0N/jF31GSw5b/Wo4riguujPd1y3qS29I4Iy3qeado2a4pqV campari@Alpha"

View File

@ -0,0 +1,15 @@
---
- name: Setting up catman
user:
name: catman
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/catman
- authorized_key:
user: catman
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK1K8HDOAeOUFj8VFW0eYFtI6ZnzcYrfC2mdVPOxaH2W steve@turtle"

View File

@ -0,0 +1,15 @@
---
- name: Setting up cempe
user:
name: cempe
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/cempe
- authorized_key:
user: cempe
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaat2GVJeEGQGMGhQX0KnLsKGM0PZ6O+xbl3rw5CxrcuQvCYax6tA/byTr8mMMnabjw9aHr/Bq49tcpor46u5c0xF6mNhB+9oH441KTkNv/vhWQ0rd4RonBTE/IIbHg0AHxSXeD1UCWtwo76mXsA9P4VToxfNocc+jzUnIcD3gOk0IdY3C0Mrzc1fSdJjrZ/XOfMI7uGtskb5bdd324o0g7s6QHNpIoJCRxkZONklNRwNg6oNhRNIUZEJ2cQbg0xGAh2nEj+gwsDeGhT7K73uQdZDSxmM77dj3P7B3nSyW+rf3y+lbBPGoGATkIh3yv3MCiZmhFgW6/S+0RBP47RzF cempe"

View File

@ -0,0 +1,16 @@
---
- name: add group cherry
group:
name: cherry
system: yes
state: present
- name: Add the user cherry
user:
name: cherry
system: yes
shell: /bin/false
groups: cherry
create_home: yes
home: /home/cherry
state: present

View File

@ -0,0 +1,15 @@
---
- name: Setting up chispitos
user:
name: chispitos
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/chispitos
- authorized_key:
user: chispitos
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAxOTXVUtz42e9ncMLb6rt0dqHrotmq1D9myKh2Z8f91MF1MyIivFX2QN0wUnDkSzB1gcf1dXF41Ufq1MoMDrAgswm+d7sGuuXzXTEhae6jPYx42/jTxf1CwKu+Ko4IfcZuHwLFydLMJzT4Yh/fqnhQm0FFoKOu5cbY37SvYB2YO3iXWAoHEjStU49IKeI3W5FDhch47l5PI9pIR/5z002C0hWu+8DJW+mLAuvWzfbD+EBnKJ6gE4inmA1l9oak1lhv9RhcqtaaIHJycRqF6s0vikHLowOLS0WQXqSEUcG1vdarNrGyVTS7N2rEnA4kCf9jr38kGQG5kqQKYpDdUKFuw== rsa-key-20191219"

View File

@ -0,0 +1,15 @@
---
- name: Setting up chorigato
user:
name: chorigato
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/chorigato
- authorized_key:
user: chorigato
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOf2r2VEA9ldiemW4jQz/Z4i14ayCd2GlqjeL74ZeuP9 atenea@atenea-Intel-powered-classmate-PC"

View File

@ -0,0 +1,15 @@
---
- name: Setting up clc9
user:
name: clc9
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/clc9
- authorized_key:
user: clc9
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92ytTrrXGWksA/vG8t3ufUb86182XanjFuilFAu05ueS8lC5b3niNNidUGcq6LvtlNKRlfcrdYmzsmv9HXXaepDDCMgaBCFpUyIpU2p01h4EDK/ru172BuSagm77cnJRbTjS1mIyim5BHTpuMgK5q79boSLV6R+QUvRnnL4uOkTpu6bxEnYgSDEqBUjHTgzERuOWGbBCrdA+nxxut5ao62fRWRNPdQvZpkJ5H03ZodGgodapqv/87g9RmkxVYethsdtOfSf9tvAU8QnJGNTI8S9BiY3voN/q17ljZlFBiqXvUYjJ7K3rxFgNOfQ+Ee6/rlh2TV7sWFMvgoabNEt2d dorucu@x200"

View File

@ -0,0 +1,15 @@
---
- name: Setting up cloudsss
user:
name: cloudsss
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/cloudsss
- authorized_key:
user: cloudsss
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ZMFFl3dmFnoPwO030yVsVwwC+7IjDPSs8NNqAMT+/Is4QAjQQzEi3jFZ6uno2PlmdlcNaBC3ixtTTYJpHtFha8zZSs41a61hI9Gho960uchsHrDxqQhG+DuJidjVn+divN8s+icGNTVnaOpHgssq8y/d215kwD90GiqhzLtlrB1ti9AGcR5BfFvWwmGiWTwQksqoKNxBXL5C3HM3Gr9ycOsKJoGsipQbAIE83k4LDp944wCafzW3OOxTjJaU/Nrl0n1v1OcQBTJBr/2i90IG0PmCxXRr7UepJjjTLD+ziO21zlkknO/whqE53Fmkaunr3b+s4Yz22EauIs1Tc+8P root@clum"

Some files were not shown because too many files have changed in this diff Show More