Add a simple playbook for testing

This commit is contained in:
Thomas Kleinendorst 2024-04-09 17:03:04 +02:00
parent a0cb9b0024
commit 511de6edfd
4 changed files with 17 additions and 4 deletions

6
playbook.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Install raspberry pi
hosts: raspberry_pis
tasks:
- name: Example from an Ansible Playbook
ansible.builtin.ping: