Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

427 changed files with 5333 additions and 1642 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 +1,22 @@
#!/bin/bash
export RUNNING="/dev/shm/ansible_is_running"
export HOOK="/dev/shm/ansible-hook-last-run"
export PATHMODIFIED="/dev/shm/run-ansible"
export SCHED=1
export SCHED="/dev/shm/ansible_scheduler"
# sets ansible scheduling
touch $SCHED
if [ -f $RUNNING ]; then
echo "Ansible is currently running."
else
touch $RUNNING
cd /var/thunix/ansible
while [ $SCHED = 1 ]
while [ -f $SCHED ]
do
sleep 1
touch $RUNNING
rm $SCHED
/usr/bin/git pull
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
touch $HOOK
[ "$PATHMODIFIED" -ot "$RUNNING" ] && SCHED=0
! [ -f "$PATHMODIFIED" ] && SCHED=0
done
rm $RUNNING
fi

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 94.247.43.254
#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

@ -7,14 +7,15 @@
update_cache: yes
vars:
packages:
- ansible
- python3
- python3-apt
- gpg
#- name: Add Thunix Repo
# apt_key:
# url: http://deb.thunix.net/release.key
# state: present
- name: Add Thunix Repo
apt_key:
url: http://deb.thunix.net/release.key
state: present
- name: Install baseline packages
apt:
@ -29,7 +30,6 @@
- debhelper
- dpkg-sig
- git
- libpam-google-authenticator
- ieee-data
- libboost-dev
- letsencrypt
@ -37,26 +37,25 @@
- 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
- python3-yaml
- python-xmltodict
- python-yaml
- python3-flask
- python3-flask-restful
- python3-flask-api
- python3-pip
- python3-psutil
- python3-pymysql
- sqlite3
- sqlite
- sudo
- systemd
- ufw
@ -64,4 +63,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`@localhost:6667/#thunix,#meta"

View File

@ -1,6 +0,0 @@
#!/bin/dash
PID=$(pgrep -u znc znc)
#Rewrite znc.conf
[ $PID ] && kill -s USR1 $PID

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,4 +0,0 @@
#!/bin/bash
#to reload the configuration.
/usr/bin/doveadm reload

View File

@ -1,9 +0,0 @@
#!/bin/bash
#https://wiki.znc.in/Signed_SSL_certificate
DOMAIN="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

View File

@ -0,0 +1,9 @@
#!/bin/bash
#https://wiki.znc.in/Signed_SSL_certificate
DOMAIN="deb.thunix.net"
ZNCPEM=/var/lib/znc/znc.pem
echo "Updating znc.pem Before ZNC 1.7"
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

@ -1,6 +1,6 @@
# For a fully commented sample config file see policyd-spf.conf.commented
debugLevel = 0
debugLevel = 1
TestOnly = 1
HELO_reject = SPF_Not_Pass

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
@ -50,9 +50,6 @@ smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
# Enforce the requirement for a helo to be sent for each message
smtpd_helo_required = yes
# Don't accept mail from domains that don't exist.
smtpd_sender_restrictions = reject_unknown_sender_domain
@ -60,33 +57,34 @@ smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
permit_auth_destination,
reject_invalid_hostname,
reject_unauth_pipelining,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unknown_reverse_client_hostname,
check_policy_service unix:private/policyd-spf,
reject_rbl_client bl.fmb.la=127.0.1.[24;25;26;27;28],
reject_rbl_client spamsources.fabel.dk,
reject_rbl_client bl.fmb.la=127.0.0.2,
reject_rbl_client bl.fmb.la=127.0.1.[24,25,26,27,28],
reject_rbl_client dnsbl-2.uceprotect.net,
reject_rbl_client spam.dnsbl.anonmails.de,
reject_rbl_client uribl.abuse.ro,
reject_rbl_client all.spamrats.com,
reject_rbl_client db.wpbl.info,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client xbl.spamhaus.org,
reject_rbl_client pbl.spamhaus.org,
reject_rbl_client blackholes.tepucom.nl,
reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2,
reject_rbl_client truncate.gbudb.net,
reject_rhsbl_sender dbl.spamhaus.org
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,113 +0,0 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar
# make less more friendly for non-text input files, see lesspipe(1)
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
#alias grep='grep --color=auto'
#alias fgrep='fgrep --color=auto'
#alias egrep='egrep --color=auto'
fi
# colored GCC warnings and errors
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi

View File

@ -1,28 +0,0 @@
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
alias sudo='echo "You do not have sudo privileges. Stop it."'
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi

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,62 +1,35 @@
#!/bin/bash
# Please see the backup(8) man page for full documentation.
DATE=$(date +%Y%m%d)
BACKUPS=/var/backups
DUMPS=7
# Search for the last full backup.
LASTF=$(find $BACKUPS -name "*full.tgz" | sort | tail -n1)
# Search and count incremental dumps newer than the last full backup.
INCR=$(find $BACKUPS -name "*incremental.tgz" -newer $LASTF | wc -l)
find $BACKUPS -name "*.tgz" -mtime +3 -exec rm {} \;
# If there is at least one full backup and less than specified incremental dumps
if [ ! -z $LASTF ] && [ $INCR -le $DUMPS ]
then
TYPE=incremental
else
TYPE=full
rm -f $BACKUPS/*.snapshot
# Remove the first backup set (full and incremental dumps) if there is a second one.
find $BACKUPS -name "*.tgz" ! -newer $LASTF ! -wholename $LASTF -exec rm {} \;
fi
nice tar -cz \
tar -cz \
--exclude ".nobackup" \
--exclude "nobackup" \
--exclude="/home/irc/*" \
--exclude "/home/irc/*" \
--exclude='/home/chuck/*' \
--exclude='/home/slip/*' \
--exclude='/home/angelok/*' \
--exclude='/home/usernameak/*' \
--exclude='/home/ubergeek/*' \
--exclude='/home/amcclure/*' \
--exclude='/home/fosslinux/*' \
--exclude='/home/zszoke/*' \
--exclude='/home/duitser/*' \
--exclude='/home/fltk/*' \
--exclude='/home/nirvana/*' \
--exclude='/home/transfusion/*' \
/home/ \
/var/games/minetest-server/.minetest/ \
/var/lib/minecraft/paper/ \
/var/lib/minecraft/paperclip/ \
/var/lib/bzflag/ \
/var/lib/znc/configs/ /var/lib/znc/moddata/ \
/var/lib/znc/ \
/var/spool/cron/ \
/var/spool/anacron/ \
/var/lib/botany/sqlite/ \
-g $BACKUPS/$TYPE.snapshot \
-f $BACKUPS/$DATE-$TYPE.tgz
-f $BACKUPS/$DATE.tgz
chown root:sudo $BACKUPS/{$DATE*.tgz,$TYPE.snapshot}
chmod 640 $BACKUPS/{*.tgz,$TYPE.snapshot}
mysqldump --all-databases > $BACKUPS/$DATE-all_databases.sql
tar --remove-files -cz $BACKUPS/$DATE-all_databases.sql \
-f $BACKUPS/$DATE-all_databases.sql.tgz
if [ $TYPE = full ]
then
cp -p $BACKUPS/full.snapshot $BACKUPS/incremental.snapshot
fi
# Database backup
find $BACKUPS -name "*.sql.gz" -mtime +$DUMPS -exec rm {} \;
mysqldump --all-databases | gzip > $BACKUPS/$DATE-all_databases.sql.gz
chown root:sudo $BACKUPS/$DATE*.sql.gz
chmod 640 $BACKUPS/*.sql.gz
chown root:sudo $BACKUPS/$DATE*.tgz
chmod 640 $BACKUPS/*.tgz

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,18 +13,3 @@
dest: /usr/local/bin/botany
mode: 0755
state: link
- name: Initalizes shared data folder group and mode
file:
path: /var/lib/botany/sqlite
state: directory
owner: root
group: tilde
mode: 0775
- name: Keep weekly visitors tidy
file:
src: /var/lib/botany/clear_weekly_users.py
dest: /etc/cron.weekly/clear_weekly_users.py
mode: 0755
state: link

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

@ -31,11 +31,3 @@
owner: root
group: root
mode: 0644
- name: Install LE hook
copy:
src: ../files/etc/letsencrypt/renewal-hooks/deploy/reload-dovecot.pem
dest: /etc/letsencrypt/renewal-hooks/deploy/reload-dovecot.pem
owner: root
group: root
mode: 0755

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,23 +29,17 @@
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/ ./'
state: present
update_cache: yes
#- name: Add zandronum repo
# apt_repository:
# repo: 'deb http://debian.drdteam.org/ stable multiverse'
# state: present
# update_cache: yes
- name: Add zandronum repo
apt_repository:
repo: 'deb http://debian.drdteam.org/ stable multiverse'
state: present
update_cache: yes
- name: Add debian contrib
apt_repository:
@ -71,7 +61,7 @@
vars:
packages:
- alpine
# - adwaita-icon-theme
- adwaita-icon-theme
- analog
- autoconf2.13
- bat
@ -84,57 +74,48 @@
- ca-certificates-mono
- caca-utils
- clang
- clisp
- cloc
- cmake
# - cmake-curses-gui
- cmake-curses-gui
- cmark
- cmatrix
# - context
- context
- cowsay
- devscripts
- dialog
- dopewars
# - dos2unix
- dos2unix
# - dosemu
- dovecot-pop3d
- dovecot-core
- dovecot-imapd
- dtach
- eggdrop
- exa
- elinks
- emacs
# - ffmpeg
- ffmpeg
- finch
- finger
- fingerd
- fish
# - fd
- fd-find
# - flatpak
# - flatpak-builder
- flatpak
- flatpak-builder
- flex
- fortune
- frotz
- git-email
- 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
@ -151,12 +132,11 @@
- libjpeg62-turbo
- libjpeg62-turbo-dev
- libmime-tools-perl
- libncurses-dev
- libncurses5-dev
- libopencolorio1v5
- opencolorio-tools
- libopencolorio-dev
# - libsdl1.2-dev
# - libsdl2-dev
- libsdl1.2-dev
- libsdl2-dev
- libssl-dev
- libtool
- libtool-bin
@ -169,7 +149,7 @@
- mc
- mc-data
- micro
# - midori
- midori
- minetest-data
# - minetest-mod-advspawning
# - minetest-mod-animalmaterials
@ -182,7 +162,7 @@
- minetest-mod-moreores
- minetest-mod-nether
- minetest-mod-pipeworks
# - minetest-mod-torches
- minetest-mod-torches
- minetest-server
- mkdocs
- mkdocs-doc
@ -202,7 +182,7 @@
- neofetch
- neomutt
- neovim
#- newsbeuter
- newsbeuter
- newsboat
- oidentd
- openbsd-inetd
@ -228,17 +208,17 @@
- php-sqlite3
- php-tidy
- php-xmlrpc
- php-zip
# - 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,12 +229,11 @@
- python3-twisted
- python3-potr
- python3-venv
# - qemu
# - qemu-efi
# - qemu-system
- qemu
- qemu-efi
- qemu-system
- racket
- ranger
- ripgrep
- ruby-paint
- ruby-trollop
- rustc
@ -264,8 +243,7 @@
- scala-library
- screen
- sipcalc
- software-properties-common
# - staticsite
- staticsite
- stow
- talk
- talkd
@ -274,7 +252,6 @@
- tcl-dev
- tcl-tls
- tcl8.6
- tcl8.6-dev
- tcllib
- tcltls
- texinfo
@ -283,7 +260,6 @@
- telegram-cli
- todotxt-cli
- unrar-free
- urlscan
- uuid
- vim
- vrms
@ -297,12 +273,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 +335,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,10 +12,11 @@
- '113'
- '143'
- '443'
- '1356'
- '1326'
- '5154'
- '6697'
- '7776'
- '30000'
- '25565'
- name: Create UFW udp rules
@ -25,8 +26,9 @@
port: '{{ item }}'
with_items:
- '60000:61000'
- '1356'
- '1326'
- '5154'
- '30000'
- name: Create tcp limits
ufw:

View File

@ -10,56 +10,314 @@
# 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/aewens.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/apple.yml
#- include: users/arch3r.yml
- include: users/arda.yml
- include: users/atdx.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/brendantcc.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/geetfun.yml
- include: users/georges.yml
- include: users/gokce.yml
#- include: users/golden.yml
#- include: users/gonthey.yml
- include: users/gooly.yml
- include: users/growl.yml
- include: users/haakondahl.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/joro.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/liesinties.yml
- include: users/linel.yml
- include: users/logique.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/moskrin.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/quetzalcoatl.yml
- include: users/r.yml
#- include: users/rado.yml
#- include: users/ragnarok.yml
- include: users/rain.yml
- include: users/redhat.yml
#- include: users/responsibleracoon.yml
#- include: users/ringo.yml
#- include: users/riska.yml
- include: users/sakhawkins.yml
#- include: users/sancho.yml
#- include: users/sata.yml
- include: users/saturnv.yml
- include: users/sebre.yml
- include: users/serafeim.yml
- include: users/shark.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/swann.yml
#- include: users/syncore.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/ultima.yml
#- include: users/un4ckn0wl3z.yml
- include: users/user.yml
- include: users/usernameak.yml
- include: users/usher.yml
- include: users/vernon.yml
#- include: users/vgk.yml
- include: users/victoralt.yml
- include: users/vigilant.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/lagom.yml
- include: users/calamitous.yml
- include: users/sleepless9.yml
- include: users/stelima.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/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/hlv.yml
- include: users/baruchel.yml
- include: users/tryffel.yml
- include: users/fro.yml
- include: users/fauly.yml
- include: users/k0tletka.yml
- include: users/arten.yml
- include: users/realvindic.yml
- include: users/ramos.yml
- include: users/sem.yml
- 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
- include: users/stern.yml
- include: users/cypher.yml
- include: users/pkuz.yml
- include: users/h3rz.yml
- include: users/gjeu.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/resultcek.yml
- include: users/rohs.yml
- include: users/lukewarmcat.yml
- include: users/xfnw.yml
- include: users/faabb.yml
- include: users/gfunkmonk.yml
- include: users/maqsoodyaqub.yml
- include: users/anterstor.yml
- include: users/markten.yml
- include: users/TouchTheStarsInAwe.yml
- include: users/sebastian.yml
- include: users/duitser.yml
- include: users/lonely-wolf.yml
- include: users/cloverfield.yml
- include: users/noteness.yml
- include: users/baloo.yml
- include: users/sriwafikadr.yml
- include: users/sillyfanboy.yml
- include: users/gyges.yml
- include: users/brendantcc.yml
- include: users/stadham.yml
- include: users/missk.yml
- include: users/Cha0t1c.yml
- include: users/farooqkz.yml
- include: users/hellspawn.yml
- include: users/kuldar.yml
- include: users/randocontent.yml
- include: users/chris.yml
- include: users/Cropt0.yml
- include: users/Cryptolover248.yml
- include: users/kcubeterm.yml
- include: users/genie_g.yml
- include: users/Kymonlucky.yml
- include: users/core.yml
- include: users/mirsella.yml
- include: users/Loial.yml
- include: users/beneskiwik.yml
- include: users/nikto.yml
#- include: users/seerlite.yml
- include: users/pokemongo.yml
- include: users/prashantch.yml
- include: users/Xiboon.yml
- include: users/Index.yml
- include: users/rolkoz.yml
- include: users/kjotere.yml
- include: users/linkzyzprophet.yml
- include: users/computertech.yml
- include: users/spockandprosper.yml
- include: users/logan3303.yml
- include: users/poweruser.yml
- include: users/hyperreal.yml
- include: users/raven.yml
- include: users/rany.yml
- include: users/tomo.yml
- include: users/arthureroberer.yml
- include: users/snork.yml
- include: users/xigoi.yml
- include: users/subhadra.yml
- include: users/vgk.yml
- include: users/GreenEyedFury.yml
- include: users/angelmage.yml
- include: users/deltav.yml
- include: users/famubu.yml
- include: users/riolo.yml
- include: users/catman.yml
- include: users/genvara.yml
- include: users/alma.yml
- include: users/thefunkyspaw.yml
- include: users/uberius.yml
- include: users/low-key.yml
- include: users/lukaszwdowiak.yml
- include: users/slaserx.yml
- include: users/fengf.yml
- include: users/axolotl.yml
- include: users/lesstech.yml
- include: users/sasaboss.yml
- include: users/crispr.yml
- include: users/ialokin.yml
- include: users/tc.yml
- include: users/whyorean.yml
- include: users/goring.yml
- include: users/q45.yml
- include: users/earne.yml
- include: users/Raoul69.yml
- include: users/julianmarcos.yml
- include: users/jjasghar.yml
- include: users/novaburst.yml
- include: users/1eye.yml
- include: users/kubikpixel.yml
- include: users/deli.yml
- include: users/fltk.yml
- include: users/login.yml
- include: users/ricci.yml
- include: users/hedy.yml
- include: users/zackward.yml
- include: users/jack.yml
- include: users/xlamer.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/samthecoder.yml
- include: users/travankor.yml
- include: users/zerw.yml
- include: users/stardust.yml
- include: users/grimm665.yml
- include: users/danisanti.yml
- include: users/gluon.yml
- include: users/zer0.yml
- include: users/copafum.yml
- include: users/cloudsss.yml
- include: users/jimmy.yml
- include: users/ayb.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 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 GreenEyedFury
user:
name: GreenEyedFury
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/GreenEyedFury
- authorized_key:
user: GreenEyedFury
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8qnzP0Vowhlt9edpKgb9clGKvtjtcA6I43eDys0xuU3WImZ0wApEAYGskxfJPSQ/1qqfENl214QwBzOEcw6tGyzDl2LpMmUidJi2wwGSp/RCRka0wS2MdmGxo7f6E57p63n+keiAsVMk4prJAsbTF9cq5zgUyWaVy1EDB4uFNR4Hu1/tvSwfDIYUIXJHJZek5DFKuPmD1aenpnJaQrxG/CykT1edvvxM0lYFeDCi+D+Rn3DAmPP+VjBW0DrIxmBnFzHDMHgMqua7r5GxonxXUIlpb1zucRVWHcCZqMbGC1XeLDusrKJCXxna6t/QEJ9LV6rhpsme+NA2zgWYlOmZbmzwX0VlfU1CrUKkiQTsxZOU+YjnOTggwlY76bQLvF75OzVYFsnXW2CznBDI+UPBpMpK5+7H1Bxt0TXWSNxwHUErQKrUJ6dHgwEcaTj17AjUKj/F+1Xl97o/OChKTw9+hkp204x91VDwRv9sNNhfhjRwhwgd8o/l9BXBE33bLHDs= madelyn@archlinux"

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 Kymonlucky
user:
name: Kymonlucky
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Kymonlucky
- authorized_key:
user: Kymonlucky
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDC42QRg2dUzEpItKbn6o7Aw2WpfEkE+CJTK0XvnXFcpnzsRdLsBP/xjiiN8+tl17wv15CyOqWOY/dhW5rbHQ8Tdfirk9flcGZaKksSr+GRYXpmZEemELoNB0x9Gj5D59fXuSORNakSqrEifMsTfejvZJwG+w2boCPB5lH/VvAweK4AjleePuZ6wrqf1Ot+620ijL2+GpLDJXjzCD1SRwL4M9eVAzmGmKI/xlOTiREV26z+PDMJxU6EUSUpimZ56wZCJ6YKr8d4hIBxc70foZFa7v1EZ56Ez1NlqtAs/Y38qaKL9EU2xS3L0j0MKDV4b0RIc6qgpFHltusoevggml4B root@localhost"

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 aewens
user:
name: aewens
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aewens
- authorized_key:
user: aewens
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD4N3HnFyO1fmiaxoOhQ+WL0eMQyq0o9E9VlTup8+zM4lVvcJ5yWG2cTt68g8znRsN36ZmmQHLbcN+rHXbkzkVKKkA7ev35QqZHPrkWVE07ucgPdr/u93MOiK7fl+gBIGvzmILnNEn5YtpRuWUK8m/jQrmM88y+4KLE5RFgzUElS2TpLPLAAUK/9Bwbal+jGItgDvI3CE/ERy/VW3+YsOQOzG3OJ+IBUDWJ1nQ3GdyKsheRUPOFlwByMQTWpbGhtYJFC9BiEnnmEMadHMCPBgGiPGpGg698GveFk1ViEf3ezyPR3dFbSKYU+rS+hISCjauEG17rrn7dS8WFgIfgPwB"

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 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

@ -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 AAAAB3NzaC1yc2EAAAABJQAAAQEAm7hcvV4kpjt/pXXbm4Mdzdn3yWMdo/zS0HVJ81O0aqW2bbPzl01eUCjwQsl+x+AgXpGioMj8S/eGXWuzTSj93TbpUL5iEgun2TMOTak9524AEJ8thJiB31NBUe9fg1TdSovH3Cek7H8YI/Cqt5s7i6bIslOa2AiDmy1kaPDnP8HCR0+ri4JAKZsqUiWEMsMdB6fHK6LQ1LfE/w33+wrmegmyCSo0BjUqULnUPgLbvJao1LL4QWD10O64qokIMBsbJ27acBPCHvfIH3/rZ4w8eQCcQk1k19h32p3XukoPnqr/fVBSZPGFboJwU60SEa8qmOxbQnynx8UZ9KhwbHRHaQ=="

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,15 @@
---
- name: Setting up anterstor
user:
name: anterstor
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/anterstor
- authorized_key:
user: anterstor
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk7fZ2sli4YXz+WygkWiWV+ndB8dEYKTVVGQ7PKiohETz5RaJCDb0C3JyvYdJG9MKVGFS34jn+hZZkrzxZZkyo/KPzkywp7t0zf4apW+s5V6Lvt2BQ730qKocFfGoYIzCD56Iu2oB/lQ6dEXbUxQi31WwWPwBAAf0Ik0+diRm42bboK2S3sfsT3PEr4StWi5FSXKJNbGm13bPOvLHBZuXeOhOhOc8uTJnu3c8cM1BqQDbeC1ihT5WoaYAGZ7dzNNKhXe9uPs+dlwW0RNM4opsn3EJsur1kKIu1B/M3p8QkgGwOia7WRbOZ1Z3b2qPAcf3U8ZkdOWj+0ErHurOsnnG3 anterstor"

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 apple
user:
name: apple
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/apple
- authorized_key:
user: apple
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu19EpP0N/bmxuDfNooDwcEj8pQrbVYuQUrKONmluxeAKLzh+tqr1EzK2FV381a+LiUXtM6H5v7+PJGlp64WOeab3b+58XmijziicyS6K0CSCOGlqcT3vYmZq3K4I5FW0R4erTtp/l40ntTjhWKNxaK+mcxgMZA1jBlKhJGqEM9oMxn45zSqfjh3GumDHn34VCeCOQnz8EPqiO19+bSbQ+m3u4oHaECEBbXX5INpKDGh7i+PNM4ptdNKdLqS7l7xsFifxZvddEB97V0EYLxKwfiAj48k6UE8vad+jDGi0RvjYEIxig3GQBQ4osE2uRZZ0swn7JvVNmkBUU7TuaDoVV"

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 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 arten
user:
name: arten
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/arten
- authorized_key:
user: arten
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUFjzMIDPz10v7wP7aLf70MFgGlFEPXz9y4DG3OsaJUM+/GMBLs7hVNro7Z9Hv1eHH/h6JKmMS5Elnil0DIJx+72ozc57kCwwRfDAr3KISTE9uvHoPTuaxjywSHheFgNNI8PynwUnhL+LItPdDVKCmvjS3tLKWKIl9RRmXGnsy8rjoQVpETGzL3zkdckLXb3eM1XSla+UuCVIR2z7koDvwJ1EcRxm4rOQPz22A0FJIz4U0619hRTI/9nBNa8dmFPGnLqIdTDjuasLFCrBxTKcA4+AESvRDvdVUy0NE44AqEEiMGcTZ+gMB/55aB/V0HOgnkNL+zaL4gR+ZIEhVU8b"

View File

@ -0,0 +1,15 @@
---
- name: Setting up arthureroberer
user:
name: arthureroberer
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/arthureroberer
- authorized_key:
user: arthureroberer
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWZf6XtAkQZfdYhK7jXppQeqRrkB72mELZLz+GYDEdsD4IikHmb0j63+rAxmI+svbxi4zD+W8PkNLDO5PInC7YaIPKP8yZqxvQgdSoqZAPPgj21ERb2i/pJepCZn3k3nVL5ItMcl7tC/u0kU6tJ6LHNYHdKBbZlNJJ6NZm+gt/RvJS6deCCG8D2JoxoaKQNkazuCgAs7WQPobZE90xWRLnRhTQ9Wiu2CanzK/79dYAcMmhx7PHIyTWyklGAsX4vvoSLzVZGN3X+iC6moQ0yd2X/KkyZtjMI8VMGaplAAfnUuIgSkkUxyv1acbvq51vNrEiUlVzKvX1Ud41Jo4cC0G+N/ZqK9mjYDEqUMtJOC//MbQEbWUyijbZv/WIJbbdSGLpT117omC0aZVhtTjalY7N58PKRlWCgEgUIDdk9M5IDlZhnPvQ2ppUtGOFf9Rdp7j1/zvvcCnadXgdfuFeuc2Ns3DjygshohhVEumvtUH/uKz3jBqDBM16kAQPYc0MmaE= arthur@arthur-computer"

View File

@ -0,0 +1,15 @@
---
- name: Setting up atdx
user:
name: atdx
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/atdx
- authorized_key:
user: atdx
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDJceyyP6RQaDuQownlqQtbKPurQMctRM3IkmT4/2sZ8VeAMhAH7zhihHF30vd3r3M3gWnPPbXznsm8m2hwSxK5hGxwhM+ESpuSvb5glUXkX78y0CnL7FSktiUm8nX6PhDfVkXCBggaAT5NOL4uQQmzqE84LtuNgF5Ma7SxgR9h0+MOKd35KW/iCZ0Y9LwnKJtBRxb6l0mwP5ZzVRKFhCJkJWSVrxj+fIVu+ycMFuOqIaaNVniPx66wAN6CopzOCyNoS9+5jVuBQyeHQClH8x7lzG+N9z97Tzc+w80j9zzG02tkpaU2IEvyJSCH/5nBK70UWJ3/akyKir5uBftfFR/p9MTT9iyHqMLZ5kXRFNgRgSZS84uu4dhZ50GHlbOmoBNmDUyFxKneaTvhqpHEWBlhYTvD7PYWFiGx1Z0PgfMPq0+iMecgXAkC27U4FeINzdzdBCCT+6Qv05mum588mM+RWDMDavoatmBGpz5Lr0fElXwt/CwAMAOgmHv427x0dB8uMAIBRF4ThM3r1DLhYXWAJZj+T58YfUewz0msrRu3hHbyi7sg81JFeDLv4bJCOVqpWYcXkOgNlKowI0qp15/s/2lm7Ij1VYuYNmtQ9pGfg2715UxFgPm9iALdk1Mo4c4dUBtcMz6iic18AvUGnOcIQR5Ox+yd9CJ03g7FIR8N4Q=="

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 axolotl
user:
name: axolotl
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/axolotl
- authorized_key:
user: axolotl
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVaKCuGMCDvwkruYiJnhCVOq77z50EKWTEjnGPVx2C8"

View File

@ -0,0 +1,15 @@
---
- name: Setting up ayb
user:
name: ayb
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/ayb
- authorized_key:
user: ayb
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLZk6JzqlxqrtfFkN63AbI78bnkO8ZqwyUuye2u8WTGH7Bza/3cvnvkOKzp43ppY9/cN6vtK7t19JmgD/MtgIePwHdi9yCmiDK+dSOLuDWjvV81itWuFouCg8Ji4L3xSxaDPwE7zWy0CorB7y/JoZ/M1KdWoLtdPwz/Mv0IOCp7QrUc/UQ1F6eI1yHG3Y3F7O/+sr2R2xeA041s1FKEj5Y0iCUadTiNEyeZDnldiXclStaFqfAMmfgQ6cJ11eV8J8dCUi/A+IKl64K0Q4/MW7Yu7oexx7VLS9/8Mg0j5YTQJxEeOia1DH5jQduQoXdJ6SiYArUZW9SREFTx/SV0Dil4KO2xjWxrFcX/IW4jhYmwF9KWowp55/lW1WIy6Q3ycfpZ7gU8pnfWkRnLnW1Id13Z3Zp9S3p2BklfHoqK4cO/bvwwDM27D68IM0AAHM+LlUHX8V98l8++RiWGkxowZ2EqCQX6TowGXdl6uQa96p6jpRS8TwAobFE7P/Zgks9cRk= aghilas@desktop"

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,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 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 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 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"

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