deploy_adguard/meta/main.yml
Bertrand Lanson 2d55a67ad0
Some checks failed
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Failing after 30s
test / Molecule tests (default, debian12) (push) Successful in 37s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_extra_sidecars, debian11) (push) Successful in 32s
test / Molecule tests (with_extra_sidecars, debian12) (push) Successful in 33s
test / Molecule tests (with_extra_sidecars, ubuntu2004) (push) Successful in 32s
test / Molecule tests (with_extra_sidecars, ubuntu2204) (push) Has been cancelled
feat(core): change namespace, upgrade gh-actions
2024-02-05 21:59:56 +01:00

27 lines
547 B
YAML

---
# meta file for deploy_adguard
galaxy_info:
namespace: "ednz_cloud"
role_name: "deploy_adguard"
author: "Bertrand Lanson"
description: "Install and configure adguard using docker on debian-based distributions"
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "adguard"
- "adblock"
- "docker"
dependencies: []