projets
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mise à jour client Ubuntu
[ansible.git]
/
paris
/
serveurs
/
ssh-server.yml
1
# file: ssh-server.yml
2
# ansible-playbook -i hosts ssh-server.yml -K
3
- hosts: 10.72.11.236
4
user: alex
5
sudo: yes
6
7
# vars_prompt:
8
# name: "what is your name?"
9
10
roles:
11
- ssh-server