Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mother-of-all-self-hosting/ansible-role-adguard-home
An Ansible role for installing the AdGuard Home network-wide DNS software for blocking ads & tracking
https://github.com/mother-of-all-self-hosting/ansible-role-adguard-home
adguard-home ansible-role docker
Last synced: 3 months ago
JSON representation
An Ansible role for installing the AdGuard Home network-wide DNS software for blocking ads & tracking
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-adguard-home
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2023-03-24T15:58:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T20:59:46.000Z (8 months ago)
- Last Synced: 2024-06-06T22:24:34.331Z (8 months ago)
- Topics: adguard-home, ansible-role, docker
- Language: Jinja
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdGuard Home Ansible role
This is an [Ansible](https://www.ansible.com/) role which installs [AdGuard Home](https://adguard.com/en/adguard-home/overview.html/) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).