projets
/
ansible.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
commun en cours de construction
[ansible.git]
/
paris
/
serveurs
/
index.yml
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# file: index.yml
2
# ansible-playbook -i hosts ssh-server.yml -K
3
- hosts: 10.72.1.30
4
user: alex
5
sudo: yes
6
7
roles:
8
- common
9