https://github.com/dudecalledbro/adguard
Ansible Playbooks for Automating Adguard Home Deployment.
https://github.com/dudecalledbro/adguard
adguard ansible automation docker-compose
Last synced: 2 months ago
JSON representation
Ansible Playbooks for Automating Adguard Home Deployment.
- Host: GitHub
- URL: https://github.com/dudecalledbro/adguard
- Owner: DudeCalledBro
- License: mit
- Created: 2025-01-16T23:53:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T16:54:34.000Z (9 months ago)
- Last Synced: 2025-10-12T12:42:48.663Z (9 months ago)
- Topics: adguard, ansible, automation, docker-compose
- Language: YAML
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Adguard Home
[](https://github.com/DudeCalledBro/adguard/actions/workflows/ci.yml)
In this repository, I am developing and refining the Ansible code for deploying Adguard Home, which I have chosen as a replacement for my previous Pi-hole setup. This transition represents a significant upgrade in my home network's ad-blocking and privacy protection capabilities.
## Prerequisites
- Ensure you have Ansible installed (e.g. `pip3 install ansible`)
- Ensure Docker is installed (you may want to checkout my [ansible-docker-role](https://github.com/DudeCalledBro/ansible-role-docker))
## Setup
Before running the playbook, you'll need to configure the deployment by setting up the necessary inventory and configuration files.
1. Copy the example inventory file to `inventory.yml`:
```bash
cp example.inventory.yml inventory.yml
```
2. Run the Ansible playbook to deploy Adguard:
```bash
ansible-playbook main.yml
```
## License
Copyright © 2025 Niclas Spreng
Licensed under the [MIT license](LICENSE).