Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mdx-saas-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Trust and Identity Incubator
mdx-saas-config
Commits
e7e45e84
Commit
e7e45e84
authored
3 years ago
by
Niels van Dijk
Browse files
Options
Downloads
Patches
Plain Diff
Added organisation part into the alias name of the inventory
parent
d307c918
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
inventory/inventory
+8
-8
8 additions, 8 deletions
inventory/inventory
with
8 additions
and
8 deletions
inventory/inventory
+
8
−
8
View file @
e7e45e84
# Inventory Aliases
# Make sure to change group_vars/all.yml for the same hosts keys
mdx-signer ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
mdx-proxy-1 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
mdx-proxy-2 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
myorg.
mdx-signer ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
myorg.
mdx-proxy-1 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
myorg.
mdx-proxy-2 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
# Hosts that receive the mdsigner role
[mdsigner]
mdx-signer
myorg.
mdx-signer
# Hosts that receive the mdproxy role
[mdproxy]
mdx-proxy-1
mdx-proxy-2
myorg.
mdx-proxy-1
myorg.
mdx-proxy-2
# Hosts that receive the GeoDNS role
[geodns]
mdx-proxy-1
mdx-proxy-2
myorg.
mdx-proxy-1
myorg.
mdx-proxy-2
# All hosts for base role
[all:children]
...
...
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