This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
velt.biz
/
ansible-pull_beispiel
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
1b477409f0
Ramos
Etiquetas
master
ansible-pull...
/
local.yml
local.yml
118 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
---
- hosts:
localhost
tasks:
- name:
touch file
file:
dest:
/tmp/testfile
state:
touch