You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
216 B
YAML
11 lines
216 B
YAML
|
3 months ago
|
---
|
||
|
|
all:
|
||
|
|
children:
|
||
|
|
webservers:
|
||
|
|
hosts:
|
||
|
|
vps1:
|
||
|
|
ansible_host: defder.fr
|
||
|
|
ansible_user: root
|
||
|
|
ansible_port: 22
|
||
|
|
ansible_ssh_private_key_file: ./defderkey
|
||
|
|
|