Compare commits

...

12 Commits

Author SHA1 Message Date
0b6b34d5ae another test 2021-12-22 23:29:49 +01:00
b6f42bcec1 Merge branch 'master' of https://gitea.seboto.my-wan.de/jens/Test1 2021-12-22 23:28:28 +01:00
972d0d57b3 test 2021-12-22 23:28:18 +01:00
Jens Heinitz
5963b097e1 added test2.txt 2021-06-09 17:42:58 +02:00
Jens Heinitz
b52650ee3e Added langer.yml 2020-12-27 12:52:02 +01:00
Jens Heinitz
16c0f9ec13 Modified jens.yml 2020-12-27 12:50:59 +01:00
c2d0a9debf added jens.yml 2020-12-02 21:17:01 +01:00
c55ca47010 added a line in test.txt 2020-12-02 21:06:00 +01:00
f4a2b09469 changed README.md 2020-12-02 21:03:36 +01:00
9c0c472860 test.txt added 2020-12-02 21:02:13 +01:00
Jens Heinitz
fa2e8192ef dir2/fileC.txt added 2020-11-23 17:48:10 +01:00
Jens Heinitz
aa2eba1505 Added some more files 2020-11-23 17:47:15 +01:00
10 changed files with 31 additions and 2 deletions

View File

@@ -1 +1,2 @@
# Repo No. 1 called Test1
This is my first file in Repo Test1 This is my first file in Repo Test1

View File

@@ -1,4 +1,4 @@
Moin Moin
This is a test file This is a test file called file2.txt

View File

@@ -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
View File

@@ -0,0 +1,3 @@
[default]
debug=true

4
dir2/fileB.ini Normal file
View File

@@ -0,0 +1,4 @@
;This is a comment
[debug]
true

1
dir2/fileC.txt Normal file
View File

@@ -0,0 +1 @@
This is a text file with a message

8
jens.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Sample playbook jens.yml
hosts: all
tasks:
- name: debug
debug:
msg: "Hello World"
...

8
langer.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Sample playbook jens.yml
hosts: all
tasks:
- name: debug
debug:
msg: "Hello World"
...

2
test.txt Normal file
View File

@@ -0,0 +1,2 @@
This is a test file.
This is a second line.

2
test2.txt Normal file
View File

@@ -0,0 +1,2 @@
This is a test file.
This is a second line.