Compare commits

..
2 Commits
Author SHA1 Message Date
Jens Heinitz 2917e48a7f added test3a.txt 2022-12-09 18:08:17 +01:00
Jens Heinitz 345dbcddcd added xyz1.yml 2022-12-09 18:08:06 +01:00
2 changed files with 23 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
This is a Testfile from Git
< Moin >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
+12
View File
@@ -0,0 +1,12 @@
---
- name: Moin, Moin Leude!
hosts: all
tasks:
- name: copy file
copy:
src: test3a.txt
dest: /tmp/test_file_3a_{{ ansible_hostname }}.txt
mode: "0644"
owner: pi
group: users
...