Skip to content

toinux/ansible-pihole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Requirements

Servers

2 Debian 11 servers/VMs. Could work with debian 10. Ubuntu would need adaptation with systemd-resolved

Ansible

https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

python3 -m pip install --user ansible

or

sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible

Then install required modules :

ansible-galaxy install -r requirements.yaml

Installation

Copy inventory.yaml.sample to inventory.yaml and adjust settings

ansible-playbook -i inventory.yaml -D site.yaml

TODO

Gravity-sync

Add first initialization and cron

About

Install pihole on docker with dnscrypt-proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published