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
d3a3cc4e
Verified
Commit
d3a3cc4e
authored
5 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Fix Ansible 2.8 deprecation warning
parent
f40fdc5b
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
README.md
+1
-1
1 addition, 1 deletion
README.md
hosts
+12
-12
12 additions, 12 deletions
hosts
with
13 additions
and
13 deletions
README.md
+
1
−
1
View file @
d3a3cc4e
...
...
@@ -46,7 +46,7 @@ d'Ansible !
### Gestion des groupes de machines
Pour la majorité des groupes ont retrouve ce qu'il y avait dans BCFG2
(
`crans
-
vm`
,
`crans`
…).
(
`crans
_
vm`
,
`crans`
…).
Pour la liste complète, je vous invite à lire le fichier
`hosts`
.
Néanmoins grâce au système de facts d'Ansible, les groupes suivants ont été
...
...
This diff is collapsed.
Click to expand it.
hosts
+
12
−
12
View file @
d3a3cc4e
...
...
@@ -4,7 +4,7 @@
# > We name servers according to location, then type.
# > Then we regroup everything in global geographic and type groups.
[crans
-
physical]
[crans
_
physical]
gulp.adm.crans.org
odlyd.adm.crans.org
fy.adm.crans.org
...
...
@@ -21,10 +21,10 @@ vulcain.adm.crans.org
zbee.adm.crans.org
#zephir.adm.crans.org
[crans
-
container]
[crans
_
container]
sitesweb.adm.crans.org
[crans
-
vm]
[crans
_
vm]
re2o-bcfg2.adm.crans.org
re2o-srv.adm.crans.org
re2o-ldap.adm.crans.org
...
...
@@ -63,30 +63,30 @@ prometheus.adm.crans.org
voyager.adm.crans.org
boeing.adm.crans.org
[ovh
-
physical]
[ovh
_
physical]
#soyouz.adm.crans.org
sputnik.adm.crans.org
# everything at crans
[crans:children]
crans
-
physical
crans
-
container
crans
-
vm
crans
_
physical
crans
_
container
crans
_
vm
# everything at ovh
[ovh:children]
ovh
-
physical
ovh
_
physical
# every physical server
[physical:children]
crans
-
physical
ovh
-
physical
crans
_
physical
ovh
_
physical
# every LXC container
[container:children]
crans
-
container
crans
_
container
# every virtual machine
[vm:children]
crans
-
vm
crans
_
vm
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