pangolin/playbook.yaml

8 lines
128 B
YAML

---
# execute this role
- name: "install and configure Pangolin"
hosts: "all"
become: true
roles:
- role: "pangolin"