Skip to content

blalop/ansible-role-pihole

Repository files navigation

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