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
Package Registry
Model registry
Operate
Terraform modules
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
specki
ansible-warpzone
Commits
f2061dfd
Commit
f2061dfd
authored
6 years ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
host vars für webserver-test
parent
fc8910b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
host_vars/webserver-test
+41
-0
41 additions, 0 deletions
host_vars/webserver-test
hosts
+1
-2
1 addition, 2 deletions
hosts
with
42 additions
and
2 deletions
host_vars/webserver-test
0 → 100644
+
41
−
0
View file @
f2061dfd
# Host spezifische Variablen
motd_lines:
- "Webserver TEST"
- "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"
debian_sources:
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch main contrib non-free"
- "deb http://security.debian.org/ stretch/updates main contrib non-free"
- "deb http://ftp.de.debian.org/debian/ stretch-updates main"
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch-updates main contrib non-free"
- "deb https://download.docker.com/linux/debian stretch stable"
- "deb https://repos.influxdata.com/debian stretch stable"
debian_keys:
- "https://download.docker.com/linux/debian/gpg"
- "https://repos.influxdata.com/influxdb.key"
# Art des Hosts: physical, vm, docker
host_type: "vm"
letsencrypt_tos_sha256: 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221
letsencrypt_mail: verwaltung@warpzone.ms
webserver_domains:
- "infra-test"
- "jabber-test"
- "muc.jabber-test"
- "proxy.jabber-test"
- "www-test"
administratorenteam:
- "void"
- "dray"
- "sandhome"
- "commander1024"
This diff is collapsed.
Click to expand it.
hosts
+
1
−
2
View file @
f2061dfd
...
@@ -26,6 +26,5 @@ warphab ansible_ssh_host=192.168.0.109
...
@@ -26,6 +26,5 @@ warphab ansible_ssh_host=192.168.0.109
[test]
[test]
# Test VM für WebServer
# Test VM für WebServer
webserver-test
ansible_ssh_host=89.163.231.228
webserver-test ansible_ssh_host=89.163.231.228
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