feat: add playbook for local execution
This commit is contained in:
parent
b88245af52
commit
1ff9faca0c
1 changed files with 8 additions and 0 deletions
8
playbook.yaml
Normal file
8
playbook.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
# execute this role
|
||||||
|
- name: "install and configure common items"
|
||||||
|
hosts: "all"
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: "."
|
||||||
Loading…
Add table
Add a link
Reference in a new issue