Page MenuHomeDevCentral

D891.id2262.diff
No OneTemporary

D891.id2262.diff

diff --git a/roles/core/letsencrypt-renew/files/letsencrypt-renewal b/roles/core/letsencrypt-renew/files/letsencrypt-renewal
--- a/roles/core/letsencrypt-renew/files/letsencrypt-renewal
+++ b/roles/core/letsencrypt-renew/files/letsencrypt-renewal
@@ -1,5 +1,21 @@
#!/usr/bin/env sh
+# -------------------------------------------------------------
+# Let's encrypt
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-08-24
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/letsencrypt-renew/files/letsencrypt-renewal
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
nginx_test() {
nginx_output="$(nginx -t 2>&1)"
nginx_returncode="$?"
diff --git a/roles/core/letsencrypt-renew/files/letsencrypt.service b/roles/core/letsencrypt-renew/files/letsencrypt.service
--- a/roles/core/letsencrypt-renew/files/letsencrypt.service
+++ b/roles/core/letsencrypt-renew/files/letsencrypt.service
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# Let's encrypt
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-08-24
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/letsencrypt-renew/files/letsencrypt.service
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
[Unit]
Description=Renew Let's encrypt certificates.
diff --git a/roles/core/letsencrypt-renew/files/letsencrypt.timer b/roles/core/letsencrypt-renew/files/letsencrypt.timer
--- a/roles/core/letsencrypt-renew/files/letsencrypt.timer
+++ b/roles/core/letsencrypt-renew/files/letsencrypt.timer
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# Let's encrypt
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-08-24
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/letsencrypt-renew/files/letsencrypt.timer
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
[Unit]
Description=Runs letsencrypt-renewal every month
diff --git a/roles/core/motd/files/motd b/roles/core/motd/files/motd
--- a/roles/core/motd/files/motd
+++ b/roles/core/motd/files/motd
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# MOTD
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-10
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/motd/files/motd
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
if [ -f /etc/motd ]; then
cat /etc/motd
else
diff --git a/roles/core/network/files/eglide_ipv6 b/roles/core/network/files/eglide_ipv6
--- a/roles/core/network/files/eglide_ipv6
+++ b/roles/core/network/files/eglide_ipv6
@@ -6,7 +6,15 @@
# Project: Eglide
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
+# Source file: roles/core/network/files/eglide_ipv6
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
IFCONFIG=/sbin/ifconfig
ROUTE=/sbin/route
diff --git a/roles/core/rc/files/rc.local b/roles/core/rc/files/rc.local
--- a/roles/core/rc/files/rc.local
+++ b/roles/core/rc/files/rc.local
@@ -6,7 +6,15 @@
# Project: Nasqueron
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
+# Source file: roles/core/rc/files/rc.local
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# IPv6
diff --git a/roles/core/rsyslog/files/default.conf b/roles/core/rsyslog/files/default.conf
--- a/roles/core/rsyslog/files/default.conf
+++ b/roles/core/rsyslog/files/default.conf
@@ -1,6 +1,18 @@
-# Default rules for rsyslog.
-#
-# For more information see rsyslog.conf(5) and /etc/rsyslog.conf
+# -------------------------------------------------------------
+# Default rules for rsyslog
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-09-11
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/rsyslog/files/default.conf
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
#
# First some standard log files. Log by facility.
diff --git a/roles/mailserver/certificates/files/update-smtp-certificates b/roles/mailserver/certificates/files/update-smtp-certificates
--- a/roles/mailserver/certificates/files/update-smtp-certificates
+++ b/roles/mailserver/certificates/files/update-smtp-certificates
@@ -6,7 +6,15 @@
# Project: Nasqueron
# Created: 2016-11-03
# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/certificates/files/update-smtp-certificates
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
: ${CONTAINER_NAME='mailserver'}
: ${CERT_DIR='/data/letsencrypt/etc/live/mail.nasqueron.org-0001'}
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-dns-entries b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
--- a/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
+++ b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
@@ -1,5 +1,21 @@
#!/bin/sh
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-14
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-dns-entries
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
# Parses arguments
if [ $# -eq 0 ]
then
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-dns-entry.php b/roles/mailserver/dkim/files/bin/get-dkim-dns-entry.php
--- a/roles/mailserver/dkim/files/bin/get-dkim-dns-entry.php
+++ b/roles/mailserver/dkim/files/bin/get-dkim-dns-entry.php
@@ -1,5 +1,21 @@
#!/usr/bin/env php
<?php
+/* -------------------------------------------------------------
+ Nasqueron mail services
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Project: Nasqueron
+ Created: 2017-01-14
+ License: Trivial work, not eligible to copyright
+ Source file: roles/mailserver/dkim/files/bin/get-dkim-dns-entry.php
+ -------------------------------------------------------------
+
+ <auto-generated>
+ This file is managed by our rOPS SaltStack repository.
+
+ Changes to this file may cause incorrect behavior
+ and will be lost if the state is redeployed.
+ </auto-generated>
+ */
///
/// Parse arguments
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-key-table b/roles/mailserver/dkim/files/bin/get-dkim-key-table
--- a/roles/mailserver/dkim/files/bin/get-dkim-key-table
+++ b/roles/mailserver/dkim/files/bin/get-dkim-key-table
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-14
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-key-table
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
for d in /etc/opendkim/keys/*
do
DOMAIN=`basename $d`
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-signing-table b/roles/mailserver/dkim/files/bin/get-dkim-signing-table
--- a/roles/mailserver/dkim/files/bin/get-dkim-signing-table
+++ b/roles/mailserver/dkim/files/bin/get-dkim-signing-table
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-14
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-signing-table
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
for d in /etc/opendkim/keys/*
do
DOMAIN=`basename $d`
diff --git a/roles/mailserver/dkim/files/etc/Makefile b/roles/mailserver/dkim/files/etc/Makefile
--- a/roles/mailserver/dkim/files/etc/Makefile
+++ b/roles/mailserver/dkim/files/etc/Makefile
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-14
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/dkim/files/etc/Makefile
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
RM=rm -f
all: KeyTable SigningTable
diff --git a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
--- a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
+++ b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-16
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
#Let systemd launch a lxc mail container through /usr/lib/systemd/system/lxc-container-mailserver.service
#Start a lxc container, and create iptable rules
diff --git a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
--- a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
+++ b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-16
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
#Let systemd stop the lxc mail container through /usr/lib/systemd/system/lxc-container-mailserver.service
#Stop the lxc container, and create iptable rules
diff --git a/roles/mailserver/systemd-unit/files/lxc-container-mailserver.service b/roles/mailserver/systemd-unit/files/lxc-container-mailserver.service
--- a/roles/mailserver/systemd-unit/files/lxc-container-mailserver.service
+++ b/roles/mailserver/systemd-unit/files/lxc-container-mailserver.service
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# Nasqueron mail services
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-16
+# License: Trivial work, not eligible to copyright
+# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver.service
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
[Unit]
Description=LXC mail server container
diff --git a/roles/mumble/certificates/files/update-mumble-certificates b/roles/mumble/certificates/files/update-mumble-certificates
--- a/roles/mumble/certificates/files/update-mumble-certificates
+++ b/roles/mumble/certificates/files/update-mumble-certificates
@@ -6,7 +6,15 @@
# Project: Nasqueron
# Created: 2016-11-03
# License: Trivial work, not eligible to copyright
+# Source file: roles/mumble/certificates/files/update-mumble-certificates
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
: ${JAIL_HOSTNAME='mumble.nasqueron.org'}
: ${CERT_DIR="/usr/local/etc/letsencrypt/live/$JAIL_HOSTNAME"}
diff --git a/roles/paas-docker/centos-cbs-repos/files/virt7-testing.repo b/roles/paas-docker/centos-cbs-repos/files/virt7-testing.repo
--- a/roles/paas-docker/centos-cbs-repos/files/virt7-testing.repo
+++ b/roles/paas-docker/centos-cbs-repos/files/virt7-testing.repo
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# PaaS Docker
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-02-17
+# License: Trivial work, not eligible to copyright
+# Source file: roles/paas-docker/centos-cbs-repos/files/virt7-testing.repo
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
[virt7-common-testing]
name=virt7-common-testing
baseurl=http://cbs.centos.org/repos/virt7-common-testing/x86_64/os/
diff --git a/roles/paas-docker/systemd-unit/files/docker-containers.service b/roles/paas-docker/systemd-unit/files/docker-containers.service
--- a/roles/paas-docker/systemd-unit/files/docker-containers.service
+++ b/roles/paas-docker/systemd-unit/files/docker-containers.service
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# PaaS Docker
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-29
+# License: Trivial work, not eligible to copyright
+# Source file: roles/paas-docker/systemd-unit/files/docker-containers.service
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
[Service]
Type=simple
RemainAfterExit=yes
diff --git a/roles/paas-docker/systemd-unit/files/docker_start b/roles/paas-docker/systemd-unit/files/docker_start
--- a/roles/paas-docker/systemd-unit/files/docker_start
+++ b/roles/paas-docker/systemd-unit/files/docker_start
@@ -1,3 +1,19 @@
#!/bin/sh
-get-containers-list | xargs docker start
+# -------------------------------------------------------------
+# PaaS Docker
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-29
+# License: Trivial work, not eligible to copyright
+# Source file: roles/paas-docker/systemd-unit/files/docker_start
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+get-containers-list | xargs docker start
diff --git a/roles/paas-docker/systemd-unit/files/docker_stop b/roles/paas-docker/systemd-unit/files/docker_stop
--- a/roles/paas-docker/systemd-unit/files/docker_stop
+++ b/roles/paas-docker/systemd-unit/files/docker_stop
@@ -1,3 +1,19 @@
#!/bin/sh
+# -------------------------------------------------------------
+# PaaS Docker
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2015-12-29
+# License: Trivial work, not eligible to copyright
+# Source file: roles/paas-docker/systemd-unit/files/docker_stop
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
get-containers --reverse | xargs docker stop
diff --git a/roles/paas-docker/systemd-unit/files/get-containers-list b/roles/paas-docker/systemd-unit/files/get-containers-list
--- a/roles/paas-docker/systemd-unit/files/get-containers-list
+++ b/roles/paas-docker/systemd-unit/files/get-containers-list
@@ -1,4 +1,21 @@
#!/usr/bin/env bash
+
+# -------------------------------------------------------------
+# PaaS Docker
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-30
+# License: Trivial work, not eligible to copyright
+# Source file: roles/paas-docker/systemd-unit/files/get-containers-list
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
## Read /etc/containers.conf and recover docker’s names into an array.
## get-containers-list [--reverse]
diff --git a/roles/phabricator/arcanist/files/arc b/roles/phabricator/arcanist/files/arc
--- a/roles/phabricator/arcanist/files/arc
+++ b/roles/phabricator/arcanist/files/arc
@@ -9,7 +9,15 @@
# Description: Wrapper to run Arcanist as a Docker container
# License: Trivial work, not eligible to copyright
# Image: nasqueron/arcanist
+# Source file: roles/phabricator/arcanist/files/arc
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Parse arguments
diff --git a/roles/phabricator/containers/files/run-aphlict b/roles/phabricator/containers/files/run-aphlict
--- a/roles/phabricator/containers/files/run-aphlict
+++ b/roles/phabricator/containers/files/run-aphlict
@@ -10,7 +10,15 @@
# through websockets for Phabricator instances.
# License: Trivial work, not eligible to copyright
# Image: nasqueron/aphlict
+# Source file: roles/phabricator/containers/files/run-aphlict
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Container parameters
diff --git a/roles/phabricator/containers/files/run-devcentral b/roles/phabricator/containers/files/run-devcentral
--- a/roles/phabricator/containers/files/run-devcentral
+++ b/roles/phabricator/containers/files/run-devcentral
@@ -9,7 +9,15 @@
# Description: Phabricator instance for Nasqueron
# License: Trivial work, not eligible to copyright
# Image: nasqueron/phabricator
+# Source file: roles/phabricator/containers/files/run-devcentral
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Container parameters
diff --git a/roles/phabricator/containers/files/run-wolfphab b/roles/phabricator/containers/files/run-wolfphab
--- a/roles/phabricator/containers/files/run-wolfphab
+++ b/roles/phabricator/containers/files/run-wolfphab
@@ -9,7 +9,15 @@
# Description: Phabricator instance for Nasqueron
# License: Trivial work, not eligible to copyright
# Image: nasqueron/phabricator
+# Source file: roles/phabricator/containers/files/run-wolfphab
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Container parameters
diff --git a/roles/saltmaster/sudo/files/salt b/roles/saltmaster/sudo/files/salt
--- a/roles/saltmaster/sudo/files/salt
+++ b/roles/saltmaster/sudo/files/salt
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# SaltStack deployment
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-04-10
+# License: Trivial work, not eligible to copyright
+# Source file: roles/saltmaster/sudo/files/salt
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
Cmnd_Alias SALT = /usr/local/bin/salt, /usr/local/bin/salt-api, /usr/local/bin/salt-call, /usr/local/bin/salt-cloud, /usr/local/bin/salt-cp, /usr/local/bin/salt-key, /usr/local/bin/salt-master, /usr/local/bin/salt-minion, /usr/local/bin/salt-proxy, /usr/local/bin/salt-run, /usr/local/bin/salt-ssh, /usr/local/bin/salt-syndic, /usr/local/etc/rc.d/salt_master
%salt ALL=(salt) NOPASSWD: SALT
diff --git a/roles/shellserver/PHP7/files/php.ini b/roles/shellserver/PHP7/files/php.ini
--- a/roles/shellserver/PHP7/files/php.ini
+++ b/roles/shellserver/PHP7/files/php.ini
@@ -5,7 +5,15 @@
# Created: 2016-02-10
# Licence: Trivial work, not eligible to copyright
# Keywords: PHP 7, php.ini
+# Source file: roles/shellserver/PHP7/files/php.ini
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Security
diff --git a/roles/shellserver/database/files/my.cnf b/roles/shellserver/database/files/my.cnf
--- a/roles/shellserver/database/files/my.cnf
+++ b/roles/shellserver/database/files/my.cnf
@@ -1,6 +1,18 @@
+# -------------------------------------------------------------
+# MySQL configuration
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# Created: 2017-01-23
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/database/files/my.cnf
+# -------------------------------------------------------------
#
-# Eglide MySQL configuration
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
[client]
port = 3306
diff --git a/roles/shellserver/odderon/files/build.sh b/roles/shellserver/odderon/files/build.sh
--- a/roles/shellserver/odderon/files/build.sh
+++ b/roles/shellserver/odderon/files/build.sh
@@ -5,7 +5,15 @@
# Created: 2017-01-25
# Authors: David Seikel, Dereckson
# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/odderon/files/build.sh
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
PREFIX=/opt/odderon
diff --git a/roles/shellserver/odderon/files/odderon.service b/roles/shellserver/odderon/files/odderon.service
--- a/roles/shellserver/odderon/files/odderon.service
+++ b/roles/shellserver/odderon/files/odderon.service
@@ -1,3 +1,18 @@
+# -------------------------------------------------------------
+# Odderon
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-26
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/odderon/files/odderon.service
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
[Unit]
Description=Odderon darkbot
diff --git a/roles/shellserver/odderon/files/odderon.sudoers b/roles/shellserver/odderon/files/odderon.sudoers
--- a/roles/shellserver/odderon/files/odderon.sudoers
+++ b/roles/shellserver/odderon/files/odderon.sudoers
@@ -1,3 +1,19 @@
+# -------------------------------------------------------------
+# Odderon
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-01-24
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/odderon/files/odderon.sudoers
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
%nasqueron-irc ALL=(odderon) NOPASSWD: ALL
# Service management
diff --git a/roles/shellserver/user-session/files/csh.logout b/roles/shellserver/user-session/files/csh.logout
--- a/roles/shellserver/user-session/files/csh.logout
+++ b/roles/shellserver/user-session/files/csh.logout
@@ -4,7 +4,15 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2015-12-30
# Licence: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/user-session/files/csh.logout
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Cleans up whom-diff files
diff --git a/roles/shellserver/user-session/files/whom b/roles/shellserver/user-session/files/whom
--- a/roles/shellserver/user-session/files/whom
+++ b/roles/shellserver/user-session/files/whom
@@ -7,6 +7,14 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2015-12-30
# Licence: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/user-session/files/whom
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
who | awk '{print $1}' | sort | uniq
diff --git a/roles/shellserver/user-session/files/whom-diff b/roles/shellserver/user-session/files/whom-diff
--- a/roles/shellserver/user-session/files/whom-diff
+++ b/roles/shellserver/user-session/files/whom-diff
@@ -8,7 +8,15 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2015-12-30
# Licence: BSD-2-Clause
+# Source file: roles/shellserver/user-session/files/whom-diff
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Determines session identifier and directory
diff --git a/roles/shellserver/userland-software/files/install-eggdrop b/roles/shellserver/userland-software/files/install-eggdrop
--- a/roles/shellserver/userland-software/files/install-eggdrop
+++ b/roles/shellserver/userland-software/files/install-eggdrop
@@ -6,7 +6,15 @@
# Project: Eglide
# Created: 2016-11-06
# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/userland-software/files/install-eggdrop
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# TCL and eggdrop versions
diff --git a/roles/shellserver/users/files/ssh_keys/amj b/roles/shellserver/users/files/ssh_keys/amj
--- a/roles/shellserver/users/files/ssh_keys/amj
+++ b/roles/shellserver/users/files/ssh_keys/amj
@@ -1,3 +1,24 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/amj
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDHRDb+9juQM0Dr/lUKwVF0iYid6iZbO8ZFqshxklaIpnzOgKqpkjEE7JhgegDZW+zH+WqlvKXC0ce6KkHAbmCsnu3wdXVkKS2IAfLCa6rQYMXFc8GYU929UMj4LilVCgDi2sXEOSTI6uh2yc8WkVGEOguMt9E7f5za44q+kJGnLJRK/1gu/1eDbCOe/dFfZg7o4hBlMrFcCbb2r+iUevOj92K7jJcYm8x3wmt4FTJbh5/6LJ3lgstLWYmY2jzbxKeJ1ONGg9e1tDNqkKMHcsvMeEyMTdGykYYhEI7tGMoEoxJQIWILpO0h7o8dnxvm6jC7lfBYbZtZttBPBkEsac+RUCX2Zejib0GioOnOXCKSqdk383ZXbyXIHogCn8ya2R/399Fw/40QVTFTvX8A1alSXQUJShA2RgWucPkSaufUKu3uSjGN4pUdtAkuSdcs/78mbQZkGOs29YdVSZIR5TbTld2uPiID6VLu1oLZtoEPvCrr7G5fDv02P7DR7YPKcouMyJwHswWwIQ/WKPawdDNdGEw0Cr8It0dRpI7nNZh79hdlJsqSNa1ezND4qfbm89SlmwpkypaualzvUnxfffW4hpAJp4Y1M7CNkNWLO3mdM1z/5y7vZgIzKURAClCE6h/pJASnZjA/BBxoXg5fgDf+nEGx652GaKIEtyF3PdIoFQ== am@gentam
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCTQ7Tt/wm+eDc6bTbWX2HHQbdMJVS40mlEfit6usDGKb9PUDtV2pn1KumnsevFge3OArnCLDqp0pmIuMy8loMjyyFeMMsrMNvE4i1Zl/xXcss3siwlqzMDozGBpxC3jMielUnm64BMCtnURfFZsIZfnpZoG6jsfLKWUSKJro9SNrxQptnSH5xkvEOF7gZS8HTkEvjE1sgfIEabZrYIIo5nLrz9yxmuiHIOqx1uyhJGw1dr4pJSGAMcYGGOpfy8uOy80+46MUW8ZtpSTspaTiHnUgs7gSPyCThrgdiNjiAj+mAeUKYytQDt5MQxp0FbUvv34bCJ9Q8G7hXVqBaXO7N/wyyiJ2WL8BbfZhoKM0vmn/oaYmomdlWF08YmkJyeqvf0N9/s6gyzjdj7Aqihi/02YiOqdL5m5WZAREiqIGo/HtlpCoShiqtNn545mD+KwanMdJbJp8ALn7yjJJEKpXVCcUaZOPR7kTF4fZ0eUTuVH3SeyCf3z3OpZ55MeGOkjKfVRkHS6FJ9Uhkjxi0K/2apROB/XCtS0Bv3AjOxt7f7HvabmYzx3J/43JLFKK5BkmqTBGUTowKU/40kxbWug1MAnSzbmDEucZ/eu34SE4R2oXarLrflH9kAIZ6+cftMpAAOKd5VVHeVJKnl4MTSU4C67iwsVpVoJ+mQOPHsf5Ekuw== am@debian-am
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zIEBYPoa9jQLE1+vRv3oMCwn5VM1EpwCb/K5Utqb1+VOpamWEFy3tkJrkppKFxjst+rDl5ztPLKal6LMURuOQhcGmVux+hJM/ucVtzvx/LHJsBmFsZGRJ2Y2cUXwDzedWqvJybzDhLWcuxPSdvIIiv7bTCLLSIatwsGEnDJ1ffSRgkcrXAd8Pu6/ghPAQwkpIv+POB6kvu5mDHcV5xqliMvI3C4pznheFX603WZ4qA2n0sokQ+2bHSDQHZqziGw4vwQc692JauVEHUDoznTGgMlzuiC2f7Aw1q2V9WFPvOifSr+uhTU8DCDlnssSZ/3m7dnh0soFVodju3s2Wpr32fWocyNqay6FDRYQLuFPziGqlQ6wMJE6nDXr+dYTwZm6ktMGp12/Go3KROCr06Q23JSrT5uaQ+UImoU1Y6veejpU34uo1kMQnoV16OsYARa0Aza5S9S8I3evIOGxPGNAsTb+mlylRwqUm7QSpQGpn3ov7fefG4EvH6ytQlZDAou9GyaeVFfhToqQ8cSqyDU4MOLTfILXTB2tjIRnIjs9U0B6Vczv/sZ9rp/614A5mzXapsfhDyx4FieDtVkr/gFNhI1s3f8y5VJcvL7NX2ggeaqq+kfHkIxAwUUjaVCLB+E3LgUeTG5bzz/ErZbRuDqTKpHUaHKinTNoObR9xpz7+w== amj@dwabyam
diff --git a/roles/shellserver/users/files/ssh_keys/chan b/roles/shellserver/users/files/ssh_keys/chan
--- a/roles/shellserver/users/files/ssh_keys/chan
+++ b/roles/shellserver/users/files/ssh_keys/chan
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/chan
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvDcmKHfTrCBRpjJxYyIELMRknrMpDXfcKDhfXqmB09 chan@Calculon
diff --git a/roles/shellserver/users/files/ssh_keys/dereckson b/roles/shellserver/users/files/ssh_keys/dereckson
--- a/roles/shellserver/users/files/ssh_keys/dereckson
+++ b/roles/shellserver/users/files/ssh_keys/dereckson
@@ -1,4 +1,24 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/dereckson
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMKBin4bpJpIkWVVjmYbivtNmWo3KgBLmx0/KXaw8QUl dereckson@ysul.nasqueron.org
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5FbV1PjQmAX2fpgBKg8FnnInnVVSd9NH4PPUFlhaVO dereckson@xyrogh
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIURiX8gBIv91sxutRQeESip7Ympmqe6miepoNDvXpZ9 dereckson@orin.dereckson.drake
-
diff --git a/roles/shellserver/users/files/ssh_keys/erol b/roles/shellserver/users/files/ssh_keys/erol
--- a/roles/shellserver/users/files/ssh_keys/erol
+++ b/roles/shellserver/users/files/ssh_keys/erol
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/erol
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdHrSRJGwaGFTpoZIvkoWTMpnXgke77emVicMT8b37kcUepeD91pA3UPQ7UOEQl/Af3Ly7ePneymZ6NjAkM06oPeIjxE6Nz+i6p7rVIZhCb9qz+hdKgt4wSEQLWponegFNdCUs6HvMjDGlsI0kajHgIakXiKAwNyxhQzpBoGranO9c2PdAq2HGq7Kcq8ApC1kdKG0W3dT4PWborzmt1jWna2yosEn+TTHj5wi2p/E9BsCbmfokBO3xn491lr1P4shh4zg7Mv3SPD3j4/mZb9EMwD8cl4y9ZIoMEbL8p4s8J7Joqs3gK9hmMN5ZCNUFrNrJu3TCRZre2k7cV3+U3IXT erol@fedai
diff --git a/roles/shellserver/users/files/ssh_keys/kazuya b/roles/shellserver/users/files/ssh_keys/kazuya
--- a/roles/shellserver/users/files/ssh_keys/kazuya
+++ b/roles/shellserver/users/files/ssh_keys/kazuya
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/kazuya
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtCcRQ6HVKD5mj602UJkpI/TMGVt1R0yYx1HxP6SWJb6FM2E4wzkxtf0sp2cxW/9Lz/0OsQV8fSSo/qfUhQXfRcL+rxsM+iixD0WMffMC8CrqsYS+VV32HR2sIm8J7yyMweJrfYneErdFisGmMgOFw8vBGX01XfdwGqbSflf3Tal7L3R0g65rclGsg7JckWE6RQMXnvGwXQxv4QahaNtZK74AlyeFgsXYlv14UeaGE4Pz+rkgZKoC4tvAOBQMNxWtCPMcydJOacoCZO7Jcxv0jMUo0y26mulQ6vbz5hqAPS612c47gh8VNDDkQaznQMeiSyIlnvDEkHmzvC8Z3UAeJ eglide
diff --git a/roles/shellserver/users/files/ssh_keys/kumkum b/roles/shellserver/users/files/ssh_keys/kumkum
--- a/roles/shellserver/users/files/ssh_keys/kumkum
+++ b/roles/shellserver/users/files/ssh_keys/kumkum
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/kumkum
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4vFNpxnqorIN6UoJDzkh3Ya69JDEOY9f7N5y2U6xYK kumkum@kumkum-E200HA
diff --git a/roles/shellserver/users/files/ssh_keys/rashk0 b/roles/shellserver/users/files/ssh_keys/rashk0
--- a/roles/shellserver/users/files/ssh_keys/rashk0
+++ b/roles/shellserver/users/files/ssh_keys/rashk0
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/rashk0
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJJKU6dVl19vQFPMUWS2iGRzBV1uD9YEaMijBkY2oPYjwhFXc1fouGGr17kkSK9D0c4pr9A6jk/gH9GWE5SpwaZY94VK5QfdvHpyA1hLevdUc4mwuIbsMp893kr0e9Miys1/v+UdFhUq0n3rWiER3oo9rJjx3qloBqSfD18y3sCFTyM1AheVMp7E71kgViG7wWtHrkmnrBo3V5ENc2snTCQy7lF7eQ5a6D45a5n2KYV94YrMvGDbfYUnw8IJHNN6XB1KBK6mksbm2p6fc3ow0UJDOK3bfJNUkp9tfRJV/EeYxGPYJRE60Ng2Dqc3zZaH7FDgbBLoK0UwGURQozNSQT campari@Beta
diff --git a/roles/shellserver/users/files/ssh_keys/ringa b/roles/shellserver/users/files/ssh_keys/ringa
--- a/roles/shellserver/users/files/ssh_keys/ringa
+++ b/roles/shellserver/users/files/ssh_keys/ringa
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/ringa
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiTobf2i/IveVlpdntX9M6p9rOe60HuODq5FslTIFxA/RwKQbJKafCQZ3ci+Pt9BKAKtBGSJANNfbxxN7VRB+iO6UZUh2Qjb012CfigC5g1r9MEryqh8LBP27NqTkCqjMZrwUa6pYMBG1/ydbOA0BIr3C72QfpXC/qCSvXNgQzL7DGSR7cgjhGvMDn5ewJuxsvXAcajMLEORxeYooONG9ELGRUMFI4WcX6gmiYcrMVsMF+7ByshIngV5v9esWadi+RdTWUVOYt2yVS7hkYHZwUX/bN1AOfkRiuD1w3DFFiHhSoquCwaOOZjKxAw6VOrV6O/toLGe0kXXfRFzeB29/1w== rsa-key-20170111
diff --git a/roles/shellserver/users/files/ssh_keys/rix b/roles/shellserver/users/files/ssh_keys/rix
--- a/roles/shellserver/users/files/ssh_keys/rix
+++ b/roles/shellserver/users/files/ssh_keys/rix
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/rix
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAjFnOi4rwBVdw69U9y1xgWXrfNNgxEXAmbXthzHae07COwN190xoWv8VeogKxfMdxE2Tj4E0BDFt2i7Jbk9BploFdNXG46lrnoszmgRsuRx5jERfvMyOPvCAQHbL0N53AL6zH9wXF/51a5bJJ3n4wkmO1nDj9WqrDNk0in+knICiPHQX4TxwRXqBuf61gQMxwy8Aoy1WCCfCeAesZxjdFM47C6X3PPHVaXvF6x6iX8OzIHqoVT18yQAQxbET+PWMtlmNFJFx76+Sov4eQm/d2KeRg0aqw49gKLpigYnHfd2uitmSQixBNl5jyvDMoR92vZmZnScmqA9cXQikQ9HCW6Q== rsa-key-20170110
diff --git a/roles/shellserver/users/files/ssh_keys/sandlayth b/roles/shellserver/users/files/ssh_keys/sandlayth
--- a/roles/shellserver/users/files/ssh_keys/sandlayth
+++ b/roles/shellserver/users/files/ssh_keys/sandlayth
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/sandlayth
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4H4SF3NZ0/o5uTYhIUKUEzP7hlZ0mGqMxs6wt/dhQs kalix@arch-laptop
diff --git a/roles/shellserver/users/files/ssh_keys/shark b/roles/shellserver/users/files/ssh_keys/shark
--- a/roles/shellserver/users/files/ssh_keys/shark
+++ b/roles/shellserver/users/files/ssh_keys/shark
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/shark
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAjKehL1PdhcpLNiGdWLuVCUpNawUhQoxon3nmhZm/B+oU2nwygqvx9YU3LFzTEDNXWtU0aH2UVgC5bkRyVdmVKjX878luoluYwhKJFrYoEd9zS+EPDNmNYSoKntDbZoB17iacVEUM4Kg3RAzwStw3L8OO9DlB9NdXUzS8/9wlSy43ddoRRy83FvnvhRNXWScUIQyBolxqyoVvXdLZ2t0PnCdU3Bz2Wkcg24XjwDOR0R0A3780b+VGcsjXtjYxK6xCpNo9l2DqLAfpw+BFusWy6au5U15vfHgR91Lbcd1xtfvJAElI97fR6DGf+HSrtYZe+9gMU1nofibdiNWSJ/Vn+Q== rsa-key-20161212
diff --git a/roles/shellserver/users/files/ssh_keys/tomjerr b/roles/shellserver/users/files/ssh_keys/tomjerr
--- a/roles/shellserver/users/files/ssh_keys/tomjerr
+++ b/roles/shellserver/users/files/ssh_keys/tomjerr
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/tomjerr
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlBO0oLUHYkMBIRregybPFAa0z2C7o2OsIugNZO628Z28hrtxNl+sxTues5TqEV0GEfSWxDf6Ce+d0wWIi7BunL+8pjc59hPbNczCNpgFCXtzgoJptMJ/ikQL0C1xA4dv1KiwYWAYWh45+R/KwW/ab2cfpXGA8G5l1/4ILK73lzIsy4MQEbxAKcsqHKnQqqoDIVP+9t5fsqgqHzBqGWw0l2J5lF1WWIWiNa7ZxuzIr8SHo8/2UYGHIVads25zccpU1dTyUoZ/czfNfTdvYCVgLLQZRw9NgTyKVyL+yNLIUkqykc94ogsw2KZbBNMcUuBnVVL9Kcdyo7rmMzMLdXCjh tomjerr
diff --git a/roles/shellserver/users/files/ssh_keys/xray b/roles/shellserver/users/files/ssh_keys/xray
--- a/roles/shellserver/users/files/ssh_keys/xray
+++ b/roles/shellserver/users/files/ssh_keys/xray
@@ -1 +1,22 @@
+# -------------------------------------------------------------
+# OpenSSH authorized_keys
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/users/files/ssh_keys/xray
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+#
+# To add a new key or revoke a key, submit a Git commit:
+# https://agora.nasqueron.org/How_to_contribute_code
+#
+# You can also ask Nasqueron operations to do that for you:
+# https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
+# </auto-generated>
+
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAzSj3sQYbrBBdceBRUAbuzCS9vZWycVV0OSZ0ofoWx/dOTIalhc3O+aett7J34GqwDgpcTEkEpa/MrlO/2TOGOFIsPlvbZW4fXXFADCbOWkRRNuYW5rv/Sg6ZliGtw4cj0dKEkn9+L/JAuGwKV5KJNTPcp5w8hZyQYczZ8KhcyNVv7mfzLnId03wPnuTTe+AmCTOitbVb3gxjdXDYeS46PkbV8m/23KpcdLigo3ClDwE/SIoA+YddaAbpWDMEwhnWyKmLGI6xkFcqSY1NT0eYnL2waZMEnfluxt+D0V0IT5NeOmQcTuVWPvjFdSKbKepPhdrFmzGNtytfZWoFOPiG+Q== rsa-key-20170119
diff --git a/roles/shellserver/vhosts/files/vhosts b/roles/shellserver/vhosts/files/vhosts
--- a/roles/shellserver/vhosts/files/vhosts
+++ b/roles/shellserver/vhosts/files/vhosts
@@ -1,4 +1,21 @@
#!/bin/sh
+
+# -------------------------------------------------------------
+# List IP and reverse DNS
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# Created: 2017-01-10
+# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/vhosts/files/vhosts
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
if [ -f /etc/vhosts ]; then
cat /etc/vhosts
else
diff --git a/roles/shellserver/web-hosting/files/eglide/nginx/includes/letsencrypt.conf b/roles/shellserver/web-hosting/files/eglide/nginx/includes/letsencrypt.conf
--- a/roles/shellserver/web-hosting/files/eglide/nginx/includes/letsencrypt.conf
+++ b/roles/shellserver/web-hosting/files/eglide/nginx/includes/letsencrypt.conf
@@ -4,7 +4,15 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2016-01-05
# Description: Get SSL certificates from Let's encrypt
+# Source file: roles/shellserver/web-hosting/files/eglide/nginx/includes/letsencrypt.conf
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
location /.well-known/acme-challenge {
allow all;
diff --git a/roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf b/roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf
--- a/roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf
+++ b/roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf
@@ -4,7 +4,15 @@
# Project: Eglide
# Created: 2016-07-26
# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Server configuration
diff --git a/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/000.conf b/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/000.conf
--- a/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/000.conf
+++ b/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/000.conf
@@ -4,7 +4,15 @@
# Project: Eglide
# Created: 2016-07-26
# License: Trivial work, not eligible to copyright
+# Source file: roles/shellserver/web-hosting/files/eglide/nginx/vhosts/000.conf
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Default vhost as a catchall when Host: header value doesn't
diff --git a/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/001-eglide.org.conf b/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/001-eglide.org.conf
--- a/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/001-eglide.org.conf
+++ b/roles/shellserver/web-hosting/files/eglide/nginx/vhosts/001-eglide.org.conf
@@ -5,6 +5,13 @@
# Created: 2016-07-26
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# Main vhost receives special responsibilities like serving
diff --git a/roles/shellserver/web-hosting/files/eglide/wwwroot-unknown/unknown.html b/roles/shellserver/web-hosting/files/eglide/wwwroot-unknown/unknown.html
--- a/roles/shellserver/web-hosting/files/eglide/wwwroot-unknown/unknown.html
+++ b/roles/shellserver/web-hosting/files/eglide/wwwroot-unknown/unknown.html
@@ -1,4 +1,21 @@
<!doctype html>
+<!--
+ -------------------------------------------------------------
+ Nginx configuration
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Project: Nasqueron
+ Created: 2016-11-08
+ License: Trivial work, not eligible to copyright
+ Source file: roles/shellserver/web-hosting/files/eglide/wwwroot-unknown/unknown.html
+ -------------------------------------------------------------
+
+ <auto-generated>
+ This file is managed by our rOPS SaltStack repository.
+
+ Changes to this file may cause incorrect behavior
+ and will be lost if the state is redeployed.
+ </auto-generated>
+-->
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 23:41 (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248264
Default Alt Text
D891.id2262.diff (57 KB)

Event Timeline