Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 816 Bytes

Ansible role: Pi-hole

CI Ansible Galaxy

This role installs Pi-Hole via installation script and (optionally) eko's Pi-hole Exporter.

Made with Idealista's cookiecutter template.

Requirements

No special requirements. Use it in your playbook like this:

- hosts: all
  roles:
    - blalop.pihole

Testing

Test the role via molecule:

pip install molecule
molecule test