Playbook

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

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