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
07bd2c0e
Commit
07bd2c0e
authored
4 years ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
docker-netzwerke per config
parent
18d7f4f9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
common/docker/tasks/main.yml
+4
-4
4 additions, 4 deletions
common/docker/tasks/main.yml
host_vars/verwaltung
+6
-0
6 additions, 0 deletions
host_vars/verwaltung
host_vars/warpsrvint
+5
-0
5 additions, 0 deletions
host_vars/warpsrvint
host_vars/webserver
+7
-1
7 additions, 1 deletion
host_vars/webserver
with
22 additions
and
5 deletions
common/docker/tasks/main.yml
+
4
−
4
View file @
07bd2c0e
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
notify
:
restart docker
notify
:
restart docker
-
name
:
Create internal Networks
-
name
:
"
Create
internal
Networks
:
{{
docker.internal_networks
}}"
docker_network
:
docker_network
:
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
internal
:
yes
internal
:
yes
with_items
:
with_items
:
"
{{
docker.internal_networks
}}"
-
web
when
:
docker.internal_networks is defined and docker.internal_networks|length >
0
-
mail
This diff is collapsed.
Click to expand it.
host_vars/verwaltung
+
6
−
0
View file @
07bd2c0e
...
@@ -55,6 +55,12 @@ vorstandteam:
...
@@ -55,6 +55,12 @@ vorstandteam:
- "h3rb3rn"
- "h3rb3rn"
- "mowoe"
- "mowoe"
# Docker konfigurationen
docker:
# Interne Docker-Netzwerke
internal_networks:
- web
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
...
...
This diff is collapsed.
Click to expand it.
host_vars/warpsrvint
+
5
−
0
View file @
07bd2c0e
...
@@ -41,6 +41,11 @@ administratorenteam:
...
@@ -41,6 +41,11 @@ administratorenteam:
- "dray"
- "dray"
- "sandhome"
- "sandhome"
# Docker konfigurationen
docker:
# Interne Docker-Netzwerke
internal_networks:
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
...
...
This diff is collapsed.
Click to expand it.
host_vars/webserver
+
7
−
1
View file @
07bd2c0e
...
@@ -56,7 +56,13 @@ administratorenteam:
...
@@ -56,7 +56,13 @@ administratorenteam:
- "void"
- "void"
- "sandhome"
- "sandhome"
# Docker konfigurationen
docker:
# Interne Docker-Netzwerke
internal_networks:
- email
- web
# Monitoring aktivieren
# Monitoring aktivieren
alert:
alert:
load:
load:
...
...
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