feat: add playbook file for local execution
This commit is contained in:
parent
258987321c
commit
38d14aa7eb
1 changed files with 12 additions and 0 deletions
12
playbook.yaml
Normal file
12
playbook.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install and configure SideroLabs's Omni"
|
||||
hosts: "all"
|
||||
become: true
|
||||
tasks:
|
||||
|
||||
# execute role
|
||||
- name: "install and configure SideroLabs's Omni"
|
||||
ansible.builtin.include_role:
|
||||
name: "."
|
||||
Loading…
Add table
Add a link
Reference in a new issue