Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Compare revisions
8357319f9e2999d29e6286070823b19b75deb22e to 643dc56faea30d48802b0c799b213d0b78c252fb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
infrastruktur/ansible-warpzone
Select target project
No results found
643dc56faea30d48802b0c799b213d0b78c252fb
Select Git revision
Swap
Target
infrastruktur/ansible-warpzone
Select target project
infrastruktur/ansible-warpzone
specki/ansible-warpzone
2 results
8357319f9e2999d29e6286070823b19b75deb22e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
warnungen für load-werte hochgesetzt
· 8c953eec
void
authored
1 year ago
8c953eec
fix mail ipv6
· 643dc56f
jabertwo
authored
1 year ago
643dc56f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
host_vars/carrot
+2
-2
2 additions, 2 deletions
host_vars/carrot
host_vars/ogg
+2
-2
2 additions, 2 deletions
host_vars/ogg
host_vars/weatherwax
+2
-2
2 additions, 2 deletions
host_vars/weatherwax
webserver/docker_mail/templates/mailu.env
+3
-0
3 additions, 0 deletions
webserver/docker_mail/templates/mailu.env
with
9 additions
and
6 deletions
host_vars/carrot
View file @
643dc56f
...
@@ -35,8 +35,8 @@ administratorenteam:
...
@@ -35,8 +35,8 @@ administratorenteam:
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
warn:
5
warn:
10
crit:
1
0
crit:
2
0
disks:
disks:
- { mountpoint: "/", warn: "5 GB", crit: "1 GB" }
- { mountpoint: "/", warn: "5 GB", crit: "1 GB" }
This diff is collapsed.
Click to expand it.
host_vars/ogg
View file @
643dc56f
...
@@ -49,8 +49,8 @@ docker:
...
@@ -49,8 +49,8 @@ docker:
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
warn:
5
warn:
10
crit:
1
0
crit:
2
0
containers:
containers:
- { name: "dockerstats_app_1" }
- { name: "dockerstats_app_1" }
- { name: "esphome_app_1" }
- { name: "esphome_app_1" }
...
...
This diff is collapsed.
Click to expand it.
host_vars/weatherwax
View file @
643dc56f
...
@@ -32,8 +32,8 @@ administratorenteam:
...
@@ -32,8 +32,8 @@ administratorenteam:
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
warn: 1
0
warn: 1
5
crit:
2
0
crit:
3
0
disks:
disks:
- { mountpoint: "/", warn: "10 GB", crit: "3 GB" }
- { mountpoint: "/", warn: "10 GB", crit: "3 GB" }
# btrfs currently no data from node exporter
# btrfs currently no data from node exporter
...
...
This diff is collapsed.
Click to expand it.
webserver/docker_mail/templates/mailu.env
View file @
643dc56f
...
@@ -5,6 +5,9 @@
...
@@ -5,6 +5,9 @@
# Set Version
# Set Version
MAILU_VERSION=2.0.4
MAILU_VERSION=2.0.4
# enable IPv6
SUBNET6=fd00:dead:beef:25::/64
# Autocreate Admin User
# Autocreate Admin User
INITIAL_ADMIN_ACCOUNT=mailadmin
INITIAL_ADMIN_ACCOUNT=mailadmin
INITIAL_ADMIN_DOMAIN={{ domain }}
INITIAL_ADMIN_DOMAIN={{ domain }}
...
...
This diff is collapsed.
Click to expand it.