Add a simple playbook for testing
This commit is contained in:
parent
a0cb9b0024
commit
511de6edfd
4 changed files with 17 additions and 4 deletions
6
playbook.yml
Normal file
6
playbook.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install raspberry pi
|
||||
hosts: raspberry_pis
|
||||
tasks:
|
||||
- name: Example from an Ansible Playbook
|
||||
ansible.builtin.ping:
|
||||
Loading…
Add table
Add a link
Reference in a new issue