test
This commit is contained in:
13
playbooks/hello_world.yml
Executable file
13
playbooks/hello_world.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Hallo Welt ausgeben
|
||||
hosts: localhost
|
||||
become: no
|
||||
|
||||
tasks:
|
||||
- name: Hallo Welt ausgeben
|
||||
debug:
|
||||
msg: "Hallo {{ ansible_facts.hostname }}! Die Uhrzeit ist {{ ansible_facts.date_time.iso8601 }}"
|
||||
|
||||
- name: Uhrzeit ausgeben
|
||||
debug:
|
||||
msg: "Die Uhrzeit ist {{ ansible_facts.date_time.iso8601 }}"
|
||||
Reference in New Issue
Block a user