This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
velt.biz
/
ansible-pull_beispiel
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
ansible-pull...
/
local.yml
local.yml
118 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
9
---
- hosts:
localhost
tasks:
- name:
touch file
file:
dest:
/tmp/testfile
state:
touch