Playbook

Create a simple playbook that calls this role (5) at a single host build.example.com (2)

pb.yml
1---
2- hosts: build.example.com
3  become: true
4  roles:
5    - vbotka.freebsd_poudriere