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
Commits
3b56f27d
Commit
3b56f27d
authored
3 years ago
by
Jens Sandmann
Browse files
Options
Downloads
Patches
Plain Diff
warpsrvint upgrade auf buster
parent
8422401c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
host_vars/warpsrvint
+29
-33
29 additions, 33 deletions
host_vars/warpsrvint
with
29 additions
and
33 deletions
host_vars/warpsrvint
+
29
−
33
View file @
3b56f27d
# Host spezifische Variablen
# Host spezifische Variablen
motd_lines:
motd_lines:
- "Interner Server @ warpzone"
- "Haupt-IP @ eth1: {{ansible_eth1.ipv4.address}}"
debian_sources:
- "deb http://ftp2.de.debian.org/debian/ jessie main non-free contrib"
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
- "deb https://apt.dockerproject.org/repo debian-jessie main"
- "deb https://download.docker.com/linux/debian jessie stable"
- "deb https://repos.influxdata.com/debian stretch stable"
debian_sources:
- "deb http://ftp2.de.debian.org/debian/ buster main contrib non-free"
- "deb http://security.debian.org/ buster/updates main contrib non-free"
- "deb https://download.docker.com/linux/debian buster stable"
debian_keys_id:
debian_keys_url:
- "https://download.docker.com/linux/debian/gpg"
- "https://repos.influxdata.com/influxdb.key"
# Primäre IP Adressen des Hosts
# Primäre IP Adressen des Hosts
#ext_ip4: <keine>
#ext_ip6: <keine>
int_ip4: 192.168.0.201
# Art des Hosts: physical, vm, docker
# Art des Hosts: physical, vm, docker
host_type: "physical"
# SSL deaktivieren
# SSL deaktivieren
webserver_ssl: false
# Liste der gehosteten Domänen
webserver_domains:
webserver_domains:
- "infra.warpzone"
- "ldap.warpzone"
...
...
@@ -41,14 +38,14 @@ administratorenteam:
- "dray"
- "sandhome"
# Docker konfigurationen
# Docker konfigurationen
docker:
# Interne Docker-Netzwerke
internal_networks:
# Monitoring aktivieren
alert:
load:
# Interne Docker-Netzwerke
# Monitoring aktivieren
alert:
load:
warn: 2
crit: 4
containers:
...
...
@@ -69,18 +66,18 @@ alert:
- { name: "mqtt-service" }
- { name: "warpinfra-db" }
- { name: "warpinfra-app" }
disks:
disks:
- { mountpoint: "/", warn: "5 GB", crit: "1 GB" }
# Definition von Borgbackup Repositories
# Definition von Borgbackup Repositories
borgbackup_repos:
borgbase:
# URL des Repos
borgbase:
# URL des Repos
repo: "u127404b@u127404b.repo.borgbase.com:repo"
# Repo-spezifische Optionen zum Aufruf von Borgbackup
# z.B. bei Sicherungen zu rsync.net ist --remote-path=borg1 erforderlich
options: ""
...
...
@@ -88,15 +85,15 @@ borgbackup_repos:
# Compression Options, z,b. "zlib,5, "zstd,5"
compression: "zlib,5"
# Prune Optionen
# Prune Optionen
prune: "--keep-within=2d --keep-daily=7 --keep-weekly=4 --keep-monthly=6"
# Backup Schedule
# Backup Schedule
weekday: "*"
hour: "*/4"
minute: "40"
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
# directories:
# Monitoring
...
...
@@ -107,7 +104,7 @@ borgbackup_repos:
critical_count: 5
# Definition der Verzeichnisse, die in allen Borgbackup Repos gesichert werden sollen
# Definition der Verzeichnisse, die in allen Borgbackup Repos gesichert werden sollen
borgbackup_directories:
- "/etc/"
- "/srv/"
...
...
@@ -115,9 +112,8 @@ borgbackup_directories:
borgbackup_user:
warpzone:
warpzone:
sshkeys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENYus4S4XOaGHVL4B6vbnIrovtqaCT1lbEF73StiTt+ root@webserver"
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGIBBvcQaD0MmEHY0q+lcoMN9sXHs/HnSiXGsAhm+Vwp root@vorstand"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment