Merge branch 'master' of https://gitea.seboto.my-wan.de/jens/Test1
This commit is contained in:
6
jens.yml
6
jens.yml
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
- hosts: server1
|
- name: Sample playbook jens.yml
|
||||||
- name: debug
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: debug
|
||||||
debug:
|
debug:
|
||||||
msg: "Hello World"
|
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