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
Strom:
43fa644423
Větve
Značky
master
ansible-pull...
/
local.yml
local.yml
112 B
Historie
Surový
1
2
3
4
5
6
7
8
9
---
- hosts: all
tasks:
- name: touch file
file:
dest: /tmp/testfile
state: touch