[PR #125] [MERGED] dnsfw role added #125

Closed
opened 2026-03-02 15:46:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/125
Author: @ciari
Created: 8/19/2021
Status: Merged
Merged: 8/19/2021
Merged by: @ciari

Base: developmentHead: development


📝 Commits (1)

📊 Changes

13 files changed (+358 additions, -0 deletions)

View changed files

📝 ahtapotmys/hosts (+2 -0)
ahtapotmys/playbooks/dnsfw.yml (+25 -0)
ahtapotmys/roles/dnsfw/README.md (+38 -0)
ahtapotmys/roles/dnsfw/defaults/main.yml (+9 -0)
ahtapotmys/roles/dnsfw/handlers/main.yml (+19 -0)
ahtapotmys/roles/dnsfw/meta/main.yml (+21 -0)
ahtapotmys/roles/dnsfw/tasks/conf_integrity.yml (+17 -0)
ahtapotmys/roles/dnsfw/tasks/main.yml (+111 -0)
ahtapotmys/roles/dnsfw/templates/ahtapot-dns-fw.conf.j2 (+76 -0)
ahtapotmys/roles/dnsfw/templates/logrotate_unbound.j2 (+15 -0)
ahtapotmys/roles/dnsfw/templates/policy-rc.d.j2 (+3 -0)
ahtapotmys/roles/dnsfw/vars/conf_list.yml (+1 -0)
ahtapotmys/roles/dnsfw/vars/main.yml (+21 -0)

📄 Description

Ahtapot BSGS DNSFW Open Source Edition Ansible Plabook Added


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Pardus-Ahtapot/MYS/pull/125 **Author:** [@ciari](https://github.com/ciari) **Created:** 8/19/2021 **Status:** ✅ Merged **Merged:** 8/19/2021 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`ba16157`](https://github.com/Pardus-Ahtapot/MYS/commit/ba161573d224c50c74f698c4fb222769c00a3297) dnsfw role added ### 📊 Changes **13 files changed** (+358 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/hosts` (+2 -0) ➕ `ahtapotmys/playbooks/dnsfw.yml` (+25 -0) ➕ `ahtapotmys/roles/dnsfw/README.md` (+38 -0) ➕ `ahtapotmys/roles/dnsfw/defaults/main.yml` (+9 -0) ➕ `ahtapotmys/roles/dnsfw/handlers/main.yml` (+19 -0) ➕ `ahtapotmys/roles/dnsfw/meta/main.yml` (+21 -0) ➕ `ahtapotmys/roles/dnsfw/tasks/conf_integrity.yml` (+17 -0) ➕ `ahtapotmys/roles/dnsfw/tasks/main.yml` (+111 -0) ➕ `ahtapotmys/roles/dnsfw/templates/ahtapot-dns-fw.conf.j2` (+76 -0) ➕ `ahtapotmys/roles/dnsfw/templates/logrotate_unbound.j2` (+15 -0) ➕ `ahtapotmys/roles/dnsfw/templates/policy-rc.d.j2` (+3 -0) ➕ `ahtapotmys/roles/dnsfw/vars/conf_list.yml` (+1 -0) ➕ `ahtapotmys/roles/dnsfw/vars/main.yml` (+21 -0) </details> ### 📄 Description Ahtapot BSGS DNSFW Open Source Edition Ansible Plabook Added --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:46:17 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MYS#125
No description provided.