test playbook

This commit is contained in:
B.E. Droge 2022-03-21 15:27:39 +01:00
parent efa6d59e17
commit 24d4f6aa03
1 changed files with 8 additions and 0 deletions

8
hello.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Echo
hosts: peregrine
tasks:
- name: Print hello
debug:
msg: Hello, world!