Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T02:15:09.000Z (about 2 months ago)
- Last Synced: 2024-11-19T03:22:14.047Z (about 2 months ago)
- Topics: ansible, armbian, firewall, foomuuri, netplan, router, zone-firewall
- Language: Jinja
- Homepage:
- Size: 352 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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