ansible-bigtop-repository add apache bigtop repository Example Playbook add repository to all hosts --- - name: add bigtop repository hosts: all become: yes gather_facts: yes roles: - role: ansible-bigtop-repository