Compare commits
10 Commits
fa2e8192ef
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b6b34d5ae | |||
| b6f42bcec1 | |||
| 972d0d57b3 | |||
|
|
5963b097e1 | ||
|
|
b52650ee3e | ||
|
|
16c0f9ec13 | ||
| c2d0a9debf | |||
| c55ca47010 | |||
| f4a2b09469 | |||
| 9c0c472860 |
@@ -1,4 +1,4 @@
|
||||
Moin
|
||||
|
||||
This is a test file
|
||||
This is a test file called file2.txt
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@ Moin
|
||||
|
||||
This is a test file
|
||||
|
||||
This is file3.txt
|
||||
This is file3.txt - cool
|
||||
|
||||
8
jens.yml
Normal file
8
jens.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Sample playbook jens.yml
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: debug
|
||||
debug:
|
||||
msg: "Hello World"
|
||||
...
|
||||
8
langer.yml
Normal file
8
langer.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Sample playbook jens.yml
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: debug
|
||||
debug:
|
||||
msg: "Hello World"
|
||||
...
|
||||
Reference in New Issue
Block a user