https://github.com/lanefu/ansible-collection-clammy
ansible collection for clammy-ng
https://github.com/lanefu/ansible-collection-clammy
ansible armbian firewall foomuuri netplan router zone-firewall
Last synced: 4 months ago
JSON representation
ansible collection for clammy-ng
- Host: GitHub
- URL: https://github.com/lanefu/ansible-collection-clammy
- Owner: lanefu
- License: mit
- Created: 2023-08-26T18:54:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T13:35:32.000Z (7 months ago)
- Last Synced: 2025-11-01T15:17:33.935Z (7 months ago)
- Topics: ansible, armbian, firewall, foomuuri, netplan, router, zone-firewall
- Language: Jinja
- Homepage:
- Size: 435 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - lanefu.clammy
roles, plugins, etc for [clammy-ng linux based router config](https://github.com/lanefu/clammy-ng)
The preference is to use off-the-shelf roles. This repo contains custom roles, and some forks of roles with bug fixes.
They may be removed as bugfixes are upstreamed.
## filters
interface_by_zone -- used for parsing foomuuri_networks into pleasant format
## roles
### custom
readme's need to be updated. please view tasks and defaults for now.
- creature_comforts -- extra packages and scripts for router related things in user space
- foomuuri -- install, configure, manage, foomuuri zone-based-firewall for nftables
- sanatize_armbian_defaults -- adjustments meant for armbian based systems
- sysctl_base -- enable ip forwarding etc
### forks
Huge shoutout to mrlesmithjr. His roles are awesome. I've sent tweaks back to him. some have been accepted.
- dnsmasq -- mrlesmithjr's dnsmasq
- frr -- mrlesmithjr's frrouting
- netplan -- mrlesmithjr's netplan roles
- inadyn -- mivek's inadyn dynamic dns client role
- unbound -- aruhier - unbound dns resolver role