Remove datetime timestamps

This commit is contained in:
sonny 2024-08-03 15:11:52 +02:00
parent 0445affba9
commit 4e80a501c6
17 changed files with 17 additions and 17 deletions

View file

@ -1,3 +1,3 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
127.0.0.1 localhost 127.0.0.1 localhost
127.0.1.1 zeus 127.0.1.1 zeus

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# #
[Unit] [Unit]

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# #
[Unit] [Unit]

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# #
# An example configuration file for MPD. # An example configuration file for MPD.
# Read the user manual for documentation: http://www.musicpd.org/doc/user/ # Read the user manual for documentation: http://www.musicpd.org/doc/user/

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
[Match] [Match]
MACAddress={{ network_mac }} MACAddress={{ network_mac }}

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
[Match] [Match]
Name={{ network_interface }} Name={{ network_interface }}

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# vim:set ts=2 sw=2 et: # vim:set ts=2 sw=2 et:
flush ruleset flush ruleset

View file

@ -1,5 +1,5 @@
## ##
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# #
# You should look at the following URL's in order to grasp a solid understanding # You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx. # of Nginx configuration files in order to fully unleash the power of Nginx.

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
server { server {
listen {{ https_port }} ssl; listen {{ https_port }} ssl;

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
server { server {
listen {{ https_port }} ssl; listen {{ https_port }} ssl;

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
server { server {
listen {{ https_port }} ssl; listen {{ https_port }} ssl;

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
server { server {
listen {{ vpn_listen_address }}:{{ https_port }} ssl; listen {{ vpn_listen_address }}:{{ https_port }} ssl;

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
[server] [server]
ssl = True ssl = True

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
[Unit] [Unit]
Description=A simple CalDAV (calendar) and CardDAV (contact) server Description=A simple CalDAV (calendar) and CardDAV (contact) server

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} # {{ ansible_managed }}
# #
# $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 $

View file

@ -1,4 +1,4 @@
<!-- {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }} --> <!-- {{ ansible_managed }} -->
<configuration version="32"> <configuration version="32">
<folder id="Pictures" label="Pictures" path="{{ syncthing_picture_folder }}" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true"> <folder id="Pictures" label="Pictures" path="{{ syncthing_picture_folder }}" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">