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
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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:10:54.000Z (12 months ago)
- Last Synced: 2023-12-01T01:27:14.584Z (12 months ago)
- Language: Jinja
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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