This site won't get any more updates, see github repo for most recent docs.
With this Ansible role you can enable or disable services on your OpenWrt node.
Example activate:
openwrt_services_enabled:
- babeld
deactivate:
openwrt_services_disabled:
- bmx7
There is also the possibility to run single line commands at boot:
openwrt_services_scriptlinesafterboot:
- "/usr/bin/mycommand myparameters"