README 753 B

12345678910111213141516
  1. # Ansible roles for Freifunk Dortmund
  2. This repo contains roles which should ease the creation of supernodes and other services
  3. for Freifunk Dortmund (and eventually for other Communities)
  4. Since some software components like fastd and B.A.T.M.A.N. are not always easily available
  5. via a packet manager on all platforms, the basic idea in this repo is to create roles for this
  6. software and eventually fall back to building from source.
  7. ## TODO
  8. * fastd needs to be buildable from source
  9. * B.A.T.M.A.N. role needs to enable build from source
  10. * Add role for Freifunk fastd config
  11. * Add role for Freifunk batman config
  12. * Add role for Freifunk network config
  13. * Add support for more platforms (don't force a linux distro to others)
  14. * Everything else I forgot