1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-11-26 20:18:06 -05:00 committed by GitHub
parent cbb62236c8
commit a4290997ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,15 +138,17 @@
state=restarted state=restarted
- name: Add 'osm' to list of services at /etc/iiab/iiab.ini - name: Add 'osm' to list of services at /etc/iiab/iiab.ini
ini_file: dest='{{ service_filelist }}' ini_file:
section=osm dest: "{{ service_filelist }}"
option='{{ item.option }}' section: osm
value='{{ item.value }}' option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: Internet-in-a-Box value: OpenStreetMap
- option: description - option: description
value: '"The Internet-in-a-Box is a small, inexpensive device which provides essential Internet resources without any Internet connection. It provides a local copy of half a terabyte of the worlds Free information."' value: '"OpenStreetMap offers beautiful maps of the entire planet, continually created & updated by volunteers (much in the same way as Wikipedia) but for maps."'
# value: '"The Internet-in-a-Box is a small, inexpensive device which provides essential Internet resources without any Internet connection. It provides a local copy of half a terabyte of the worlds Free information."'
- option: path - option: path
value: /osm value: /osm
- option: enabled - option: enabled