Bertrand Lanson
1f771d4dd2
Some checks failed
test / Linting (push) Successful in 5s
test / Molecule tests (default, debian11) (push) Successful in 37s
test / Molecule tests (default, debian12) (push) Successful in 43s
test / Molecule tests (with_acl_enabled, debian11) (push) Failing after 3s
test / Molecule tests (default, ubuntu2004) (push) Successful in 37s
test / Molecule tests (with_acl_enabled, debian12) (push) Failing after 2s
test / Molecule tests (with_acl_enabled, ubuntu2004) (push) Failing after 2s
test / Molecule tests (with_acl_enabled, ubuntu2204) (push) Failing after 2s
test / Molecule tests (default, ubuntu2204) (push) Successful in 39s
27 lines
539 B
YAML
27 lines
539 B
YAML
---
|
|
# meta file for deploy_adguard
|
|
galaxy_info:
|
|
namespace: 'ednxzu'
|
|
role_name: 'deploy_adguard'
|
|
author: 'Bertrand Lanson'
|
|
description: 'Install and configure adguard using docker for debian-based distros.'
|
|
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: []
|