feat: add playground playbook
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
4d84398657
commit
904ae8d189
1 changed files with 5 additions and 0 deletions
5
playbooks/playground.yml
Normal file
5
playbooks/playground.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Playground
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
roles: []
|
Loading…
Reference in a new issue