All Projects → otakup0pe → ansible-edgeos

otakup0pe / ansible-edgeos

Licence: MIT license
How I roll with my EdgeOS kit

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to ansible-edgeos

ubnt-cloudflared
Install Cloudflare's DNS proxy on UBNT gateways
Stars: ✭ 22 (+46.67%)
Mutual labels:  edgeos
vyos-build-action
VyOS ISO Automation Build
Stars: ✭ 27 (+80%)
Mutual labels:  vyos
vyatta-cjdns
A cjdns package for Ubiquiti EdgeOS and VyOS, allowing cjdns to be used on EdgeRouters
Stars: ✭ 39 (+160%)
Mutual labels:  vyos
ansible-role-wireguard-vyatta
Ansible role for managing wireguard on vyatta based routers
Stars: ✭ 18 (+20%)
Mutual labels:  edgeos
ha-edgeos
Integration with EdgeOS (Ubiquiti)
Stars: ✭ 97 (+546.67%)
Mutual labels:  edgeos
hphr
Halophile Router (a VyOS-based, SaltStack-automated, NetBox-configured router for small provider networks)
Stars: ✭ 39 (+160%)
Mutual labels:  vyos
monitoring-utilities
Miscellaneous tools and utilities for collection, manipulation, and logging of various metrics
Stars: ✭ 16 (+6.67%)
Mutual labels:  edgeos
erx-shadowsocks-libev
GFWList Mode
Stars: ✭ 39 (+160%)
Mutual labels:  edgeos
EdgeOS-API
An API for Ubiquiti EdgeOS, the operating system used by Ubiquiti Inc's EdgeRouter & UFiber OLT products (part of the EdgeMax product range).
Stars: ✭ 27 (+80%)
Mutual labels:  edgeos
edgerouter-ansible
Ansible automation of home EdgeRouter Lite
Stars: ✭ 28 (+86.67%)
Mutual labels:  edgeos

Maintenance

Terrible EdgeOS Opinions

Consider this to be beta at best, caveat emptor and all that.

an-image

I've been super into the whole Ubiquiti ecosystem since I discovered them a bunch of years ago. I'm still super into them, even if their stuff shows up allll the time on shodan. This role does a bunch of stuff on an EdgeOS/VyOS machine.

  • install ssl cert
  • setup pimd for multicast forwarding
  • install some helper scripts

vyos-misc

This is just used to restart lighthttp when I swap out the TLS bits.

# vyos-misc web restart

vyos-dns

Used to manage static DNS mappings.

# vyos-dns list
foo.example.com - 10.0.0.1
bar.example.com - 10.0.0.2
# vyos-dns update foo.example.com 10.0.0.3
Updating foo.example.com 10.0.0.1 to 10.0.0.3
...
# vyos-dns delete bar.example.com
Deleting bar.example.com (10.0.0.2)
...

vyos-dhcp

Used to manage static DHCP entries.

# vyos-dhcp list Intranet
00:11:22:aa:bb:cc 10.0.0.1 - foo
00:11:22:aa:bb:cd 10.0.0.2 - bar
# vyos-dhcp update Intranet foo 10.0.0.3 00:11:22:aa:bb:cc
Updating foo - 00:11:22:aa:bb:cc 10.0.0.3 (from 00:11:22:aa:bb:cc 10.0.0.1)
...
# vyos-dhcp delete Intranet bar
Deleting bar - 00:11:22:aa:bb:cd 10.0.0.2

errata

The whole vbash thing is kind of interesting. The biggest thing I've noticed thus far is config functions do not seem to be accessible from within other functions. This is why everything is so duplciated in the vbash scripts. Even when sourcing and re-initializing inside the function, the various commands are not found. I'm assuming this is because I don't understand something about how bash functions work.

License

MIT

Author

This Ansible role was created by Jonathan Freedman because he is trying to break the EdgeOS gooey habit.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].