No description
- Jinja 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| defaults | ||
| handlers | ||
| meta | ||
| static | ||
| tasks | ||
| templates | ||
| vars | ||
| .gitignore | ||
| LICENCE.md | ||
| README.md | ||
| requirements-ansible.yml | ||
| requirements.txt | ||

Ansible Role: PowerDNS Auth
Ce rôle Ansible déploie PowerDNS Authoritative en utilisant Podman en mode rootless.
Prérequis
- Ansible >= 2.14
- systemd
- podman
- acl
Dépendances
- Collection
ansible.posix - Collection
containers.podman
Variables du Rôle
Exemple d'utilisation
Recette
---
- name: Déployer PowerDNS Authoritative
hosts: pdns
become: true
roles:
- role: hutit.containers.podman
- role: hutit.containers.pdns
Inventaire
[pdns]
ns01.example.com
Licence
GPL-3.0-or-later
Auteur
Hutaeh - HUTIT