Compare commits
12 Commits
14b72dc5e9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b6b34d5ae | |||
| b6f42bcec1 | |||
| 972d0d57b3 | |||
|
|
5963b097e1 | ||
|
|
b52650ee3e | ||
|
|
16c0f9ec13 | ||
| c2d0a9debf | |||
| c55ca47010 | |||
| f4a2b09469 | |||
| 9c0c472860 | |||
|
|
fa2e8192ef | ||
|
|
aa2eba1505 |
@@ -1 +1,2 @@
|
|||||||
|
# Repo No. 1 called Test1
|
||||||
This is my first file in Repo Test1
|
This is my first file in Repo Test1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Moin
|
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 a test file
|
||||||
|
|
||||||
This is file3.txt
|
This is file3.txt - cool
|
||||||
|
|||||||
3
dir2/fileA.ini
Normal file
3
dir2/fileA.ini
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[default]
|
||||||
|
debug=true
|
||||||
|
|
||||||
4
dir2/fileB.ini
Normal file
4
dir2/fileB.ini
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
;This is a comment
|
||||||
|
[debug]
|
||||||
|
true
|
||||||
|
|
||||||
1
dir2/fileC.txt
Normal file
1
dir2/fileC.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
This is a text file with a message
|
||||||
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