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
58cf22c3
Commit
58cf22c3
authored
2 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
removed old test configs
parent
7a4be25c
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
group_vars/test
+0
-25
0 additions, 25 deletions
group_vars/test
host_vars/webserver-test
+0
-36
0 additions, 36 deletions
host_vars/webserver-test
with
0 additions
and
61 deletions
group_vars/test
deleted
100644 → 0
+
0
−
25
View file @
7a4be25c
# Globale Variablen für alle Server
# Ports des LDAP Servers
ldap_port_default: 2389
ldap_port_secure: 2636
# IP Adresse des LDAP Servers
# Extern läuft auf dem webserver
ldap_ip_ext: 127.0.0.1
# int ist noch ungenutzt / später replikation in der Zone
ldap_ip_int: 127.0.0.1
# Basis-Informationen der LDAP Konfiguration
ldap_org: Warpzone TEST
ldap_domain: warpzone-test.ms
ldap_base_dn: dc=warpzone-test,dc=ms
ldap_admin_bind_dn: cn=admin,dc=warpzone-test,dc=ms
ldap_readonly_bind_dn: cn=readonly,dc=warpzone-test,dc=ms
# SMTP Settings
smtp_host: mailserver.warpzone.ms
smtp_port: 587
noreply_email_user: test-noreply-test@warpzone.ms
This diff is collapsed.
Click to expand it.
host_vars/webserver-test
deleted
100644 → 0
+
0
−
36
View file @
7a4be25c
# Host spezifische Variablen
motd_lines:
- "Webserver TEST"
- "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"
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"
# Art des Hosts: physical, vm, docker
host_type: "vm"
# SSL aktivieren
webserver_ssl: true
# Liste der gehosteten Domänen
webserver_domains:
- "infra-test.warpzone.ms"
- "jabber-test.warpzone.ms"
- "muc.jabber-test.warpzone.ms"
- "proxy.jabber-test.warpzone.ms"
- "www-test.warpzone.ms"
administratorenteam:
- "void"
- "sandhome"
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