Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Nounous
Ansible
Commits
f071959b
Commit
f071959b
authored
4 years ago
by
Maxime Bombar
Committed by
shirenn
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[New-infra] Restruture hosts file
parent
7011f816
No related branches found
No related tags found
1 merge request
!64
Keepalived
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
group_vars/crans_server/vars.yml
+9
-0
9 additions, 0 deletions
group_vars/crans_server/vars.yml
hosts
+6
-2
6 additions, 2 deletions
hosts
with
15 additions
and
2 deletions
group_vars/crans_
vm
/vars.yml
→
group_vars/crans_
server
/vars.yml
+
9
−
0
View file @
f071959b
...
...
@@ -2,3 +2,8 @@ ldap:
local
:
False
servers
:
[
"
172.16.1.1"
]
base
:
"
dc=crans,dc=org"
# Parameters for debian mirror
debian_mirror
:
http://mirror.adm.crans.org/debian
debian_components
:
main non_free
This diff is collapsed.
Click to expand it.
hosts
+
6
−
2
View file @
f071959b
...
...
@@ -25,6 +25,9 @@
# [test_vm]
# re2o-test.adm.crans.org
[crans_routeurs]
routeur-daniel
[crans_physical]
tealc
daniel
...
...
@@ -39,11 +42,11 @@ sputnik.adm.crans.org
[crans_server:children]
crans_physical
crans_vm
crans_routeurs
# everything at crans
[crans:children]
crans_physical
crans_vm
crans_server
# everything at ovh
[ovh:children]
...
...
@@ -57,6 +60,7 @@ ovh_physical
# every virtual machine
[vm:children]
crans_vm
crans_routeurs
# every server
[server: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