mapserver.yml 299 B

12345678910
  1. ---
  2. - name : Create and configure a Freifunk map server
  3. hosts : all
  4. gather_facts : yes
  5. #sudo : no
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars_files :
  8. - "mapserver_pkg_vars.yml"
  9. roles :
  10. - "map-server"