projets
/
ansible.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
shhd_config
[ansible.git]
/
paris
/
serveurs
/
ssh-server.yml
Commit
Line
Data
bcd8ea39
1
# file: ssh-server.yml
2
# ansible-playbook -i hosts ssh-server.yml -K
3
- hosts: LOCAL
4
user: alex
5
sudo: yes
6
7
# vars_prompt:
8
# name: "what is your name?"
9
10
roles:
11
- ssh-server