feat: add playbook file for local execution

This commit is contained in:
Simon Cornet 2025-10-02 16:48:35 +02:00
commit c47c695a9d

12
playbook.yaml Normal file
View file

@ -0,0 +1,12 @@
---
# execute this role
- name: "install and configure Pangolin"
hosts: "all"
become: true
tasks:
# execute role
- name: "install and configure Pangolin"
ansible.builtin.include_role:
name: "."